mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
14 lines
346 B
JSON
14 lines
346 B
JSON
|
{
|
||
|
"oreChances": {
|
||
|
"entries": {
|
||
|
"minecraft:redstone_ore[lit=false]": 0.15,
|
||
|
"minecraft:iron_ore": 0.2,
|
||
|
"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
|
||
|
},
|
||
|
"defaultBlock": "minecraft:coal_ore"
|
||
|
}
|
||
|
}
|