ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/empty_cup.json
2022-12-30 16:37:16 -06:00

19 lines
279 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"S S",
"SCS",
"SSS"
],
"key": {
"S": {
"tag": "forge:stone"
},
"C": {
"item": "actuallyadditions:coffee_beans"
}
},
"result": {
"item": "actuallyadditions:empty_cup"
}
}