ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/empty_cup.json
2024-03-04 22:52:17 +01:00

20 lines
301 B
JSON

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