Files
Astroblock/overrides/config/laser_drill_ores/appliedenergistics2_ores.json
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

29 lines
537 B
JSON

[
{
"item" : "appliedenergistics2:quartz_ore:0",
"color" : 8,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 2
}
]
},
{
"item" : "appliedenergistics2:charged_quartz_ore:0",
"color" : 8,
"rarity" : [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 1
}
]
}
]