posspack/config/betterstrongholds/forge-1_20/ores.json

14 lines
346 B
JSON
Raw Normal View History

2024-07-26 20:52:10 +02:00
{
"oreChances": {
"entries": {
"minecraft:diamond_ore": 0.05,
"minecraft:redstone_ore[lit=false]": 0.15,
"minecraft:coal_ore": 0.2,
"minecraft:iron_ore": 0.2,
"minecraft:gold_ore": 0.2,
"minecraft:lapis_ore": 0.15,
"minecraft:emerald_ore": 0.05
},
"defaultBlock": "minecraft:coal_ore"
}
}