ActuallyAdditions/src/main/resources/data/actuallyadditions/recipes/mininglens/modern_industrialization/nickel_ore.json

16 lines
303 B
JSON
Raw Normal View History

{
"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
}