ActuallyAdditions/src/main/resources/data/actuallyadditions/recipes/mininglens/xycraft/xychorium_ore_green.json
Flanks255 6005bee8d2 Added Copper ores to mining lens.
Added Xycraft ores to mining lens.
2024-03-16 12:37:17 -05:00

16 lines
295 B
JSON

{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "xycraft_world"
}
],
"type": "actuallyadditions:mining_lens",
"ingredient": {
"tag": "forge:stone"
},
"result": {
"item": "xycraft_world:xychorium_ore_stone_green"
},
"weight": 300
}