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

55 lines
1015 B
JSON

[
{
"item" : "bewitchment:amethyst_ore",
"color" : 10,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 1
}
]
},
{
"item" : "bewitchment:garnet_ore",
"color" : 14,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 1
}
]
},
{
"item" : "bewitchment:opal_ore",
"color" : 0,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 1
}
]
},
{
"item" : "bewitchment:salt_ore",
"color" : 8,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 1
}
]
}
]