Unicopia/src/main/resources/data/unicopia/recipes/empty_jar.json

20 lines
No EOL
263 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"*#*",
"* *",
"***"
],
"key": {
"#": {
"tag": "minecraft:planks"
},
"*": {
"item": "minecraft:glass"
}
},
"result": {
"item": "unicopia:empty_jar",
"count": 7
}
}