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

29 lines
506 B
JSON

[
{
"item" : "thaumcraft:ore_amber",
"color" : 1,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 1
}
]
},
{
"item" : "thaumcraft:ore_quartz",
"color" : 0,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 2
}
]
}
]