customstuff4
customstuff4 copied to clipboard
Ore can generate only in dimension 0.
I got this code.
{
"ore_gen": [{
"type": "worldGen:ore",
"entries": [
{
"block": "rinstuff:oreblock_end_1_0",
"meta": 1,
"size": 10,
"count": 10,
"minHeight": 10,
"maxHeight": 90,
"dimension" : 0,
"target": "minecraft:air"
}
]
}
]}
If i change value "dimension" on -1 or 1 ore can't generate in end or nether. But generated in overworld if value set 0.