
[suggestion] ore spawn by dimension
divergent43 opened this issue ยท 5 comments
Hi, this mod is great to create modpack on 1.16 with progression, but i suggest a other field in [[Custom Ore]] section, to spawn ore in a specific dimension like it
`[["Custom Ore"]]
"Ore Name" = "minecraft:coal_ore"
"Filler Name" = "minecraft:stone"
"Max Vein Size" = 48
"Min Vein Level" = 1
"Max Vein Level" = 256
"Spawn Rate" = 48
"dimension" = 0
`
I don't know if possible.
The way to use this in another dimension is to change "minecraft:stone" to "minecraft:endstone" or "minecraft:netherrack".
If your trying to put ores in a modded dimension with different blocks you would put "(The mod name):(The block from the mod)".
To find the exact names you can go in game and type "/give @p" then the name of the mod and then go through the options until you find the block you want the ore to spawn in.
The way to use this in another dimension is to change "minecraft:stone" to "minecraft:endstone" or "minecraft:netherrack".
This only works in dimensions with other stone types, this doesn't work ie in a mining dimension, which is filled with vanilla stone.
It would be amazing if the dimension option could be added to the config!