Files
meatballcraft/config/laser_drill_ores/astralsorcery_ores.json
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

36 lines
738 B
JSON

[
{
"item" : "astralsorcery:blockcustomore:0",
"color" : 0,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 10,
"weight": 1
}
]
},
{
"item" : "oreAquamarine",
"color" : 3,
"rarity" : [
{
"whitelist": "minecraft:beach, minecraft:river, minecraft:ocean, minecraft:stone_beach, minecraft:cold_beach",
"blacklist": "",
"depth_min": 0,
"depth_max": 255,
"weight": 3
},
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 1
}
]
}
]