ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/quartz_hoe.json
2021-11-25 14:27:45 -06:00

19 lines
283 B
JSON

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