So I was experimenting with COFH ore gen and this stuff is AWESOME. So I'm playing Mage Quest and was trying to add thaumcraft ores to COFH gen I got the game to see and retrogen the first ore but it ignores the rest of them.
,
"cinnabar": {
"template": "uniform",
"block": "Thaumcraft:blockCustomOre",
"metadata": 0, 1, 2, 3, 4, 5, 6, 7,
"material": "minecraft:stone",
"clusterSize": 16,
"numClusters": 20,
"minHeight": 10,
"maxHeight": 128,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [
-1
]
}
I couldn't even get it to add that until I added the metadata field not quite sure how to add multiple metadata and no matter what it ignores the other seven ores.
,
"cinnabar": {
"template": "uniform",
"block": "Thaumcraft:blockCustomOre",
"metadata": 0, 1, 2, 3, 4, 5, 6, 7,
"material": "minecraft:stone",
"clusterSize": 16,
"numClusters": 20,
"minHeight": 10,
"maxHeight": 128,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [
-1
]
}
I couldn't even get it to add that until I added the metadata field not quite sure how to add multiple metadata and no matter what it ignores the other seven ores.