Skip to content

Instantly share code, notes, and snippets.

@Aedda
Last active August 22, 2016 20:58
Show Gist options
  • Save Aedda/1cf499d5f00f9049138b15e339316dc0 to your computer and use it in GitHub Desktop.
Save Aedda/1cf499d5f00f9049138b15e339316dc0 to your computer and use it in GitHub Desktop.
MinecraftUnabridged v13 config typo and corrections
The following appears to be invalid and is trying to place Nether Quartz only in Biome types of "none":
config/cofh/world/Vanilla.json:
"quartz": {
"template": "uniform",
"block": "quartz_ore",
"material": "minecraft:netherrack",
"clusterSize": 13,
"numClusters": 16,
"minHeight": 10,
"maxHeight": 118,
"retrogen": "true",
"biomeRestriction": "whitelist",
"biomes": "none",
"dimensionRestriction": "whitelist",
"dimensions": [
-1
]
}
In hindsight since I do not know how you want quartz spawning in the nether I have removed my corrections. Please ping me on irc and tell me what you need and I'll try to get it working. -Aedda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment