ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/quartz_hoe.json

19 lines
283 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EE",
" S",
" S"
],
"key": {
"E": {
"item": "actuallyadditions:black_quartz"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
2021-11-25 21:27:45 +01:00
"item": "actuallyadditions:quartz_hoe"
2021-11-21 22:38:48 +01:00
}
}