ActuallyAdditions/src/main/resources/data/actuallyadditions/recipes/mininglens/powah/uraninite_ore.json

16 lines
267 B
JSON
Raw Normal View History

{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "powah"
}
],
"type": "actuallyadditions:mining_lens",
"ingredient": {
"tag": "forge:stone"
},
"result": {
"item": "powah:uraninite_ore"
},
"weight": 200
}