ActuallyAdditions/src/main/resources/data/actuallyadditions/recipes/mininglens/modern_industrialization/nickel_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
303 B
JSON

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