ActuallyAdditions/src/main/resources/data/actuallyadditions/recipes/mininglens/mekanism/lead_ore.json
Flanks255 e1cd1b42ad Added mining lens recipe for Black Quartz ore
Added mining lens recipes for some other mods ores.
2024-03-12 14:57:44 -05:00

16 lines
269 B
JSON

{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "mekanism"
}
],
"type": "actuallyadditions:mining_lens",
"ingredient": {
"tag": "forge:stone"
},
"result": {
"item": "mekanism:lead_ore"
},
"weight": 2000
}