Initialize pack from in-play

This commit is contained in:
bluepython508
2025-04-11 16:06:26 +01:00
parent 71aff04690
commit d0b9f09cb5
189 changed files with 7505 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"oreChances": {
"entries": {
"minecraft:gold_ore": 0.2,
"minecraft:emerald_ore": 0.05,
"minecraft:coal_ore": 0.2,
"minecraft:lapis_ore": 0.15,
"minecraft:diamond_ore": 0.05,
"minecraft:redstone_ore[lit=false]": 0.15,
"minecraft:iron_ore": 0.2
},
"defaultBlock": "minecraft:coal_ore"
}
}