I'm trying to change the generation of the draconium ore inside CoFH, as CoFH doesn't provide the option itself I tried to make one
For some reason this is not working. I have it in the "FTB-Infinity-Ore.json" file.
P.S.
Sorry if this is the wrong section, as I think it might be, but this is really the only place I see that I can really put it. :/
Code:
"Draconium": {
"template": "uniform",
"block": "draconicevolution:draconiumOre",
"material": "minecraft:stone",
"clusterSize": 30,
"numClusters": 20,
"minHeight": 0,
"maxHeight": 128,
"chunkChance": 1,
"retrogen": "true",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "whitelist",
"dimensions": [
1
]
}
For some reason this is not working. I have it in the "FTB-Infinity-Ore.json" file.
P.S.
Sorry if this is the wrong section, as I think it might be, but this is really the only place I see that I can really put it. :/