ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/enori_hoe.json
2021-11-24 10:57:31 -06:00

19 lines
283 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"EE",
" S",
" S"
],
"key": {
"E": {
"item": "actuallyadditions:enori_crystal"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "actuallyadditions:enori_hoe"
}
}