mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-02 20:06:43 +01:00
20 lines
No EOL
263 B
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
|
|
}
|
|
} |