This commit is contained in:
Ashley Graves 2024-07-26 20:52:10 +02:00
parent 36ec3ef3ee
commit afe6904207
1342 changed files with 331973 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
"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"
}
}