I am trying to generate ore on the moon but it does not appear on (COFH World 1.12.2)

Journey

Member
Aug 23, 2022
1
0
1
26
I don't understand why the code doesn't work, please help

"ilmenite": {
"enabled": "true",
"distribution": "uniform",
"generator": {
"block": [
{
"name": "gregtech: ore_magnetite_0",
"weight": 50
},
{
"name": "gregtech: ore_ilmenite_0",
"weight": 50
}
],
"material": "minecraft:stone",
"cluster-size": 5
},
"cluster-count": 15,
"min-height": 11,
"max-height": 45,
"retrogen": "true",
"biome": "all",
"dimension": {
"restriction": "whitelist",
"value": [
-28

]
}
}
}
}
 

Share this page