mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-28 15:38:00 +01:00
18 lines
292 B
JSON
18 lines
292 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
|
|
"pattern": [
|
|
"AAA",
|
|
"AAA",
|
|
" B "
|
|
],
|
|
"key": {
|
|
"B": [
|
|
{ "item": "minecraft:glass_bottle" }
|
|
],
|
|
"A": [
|
|
{ "item": "minecraft:apple" }
|
|
]
|
|
},
|
|
"result": { "item": "unicopia:juice", "data": 0, "count": 1 }
|
|
}
|