mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-03 04:16:43 +01:00
19 lines
274 B
JSON
19 lines
274 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
|
||
|
"pattern": [
|
||
|
"AAA",
|
||
|
"AAA",
|
||
|
" B "
|
||
|
],
|
||
|
"key": {
|
||
|
"B": [
|
||
|
{ "item": "minecraft:glass_bottle" }
|
||
|
],
|
||
|
"A": [
|
||
|
{ "tag": "unicopia:fresh_apples" }
|
||
|
]
|
||
|
},
|
||
|
"result": { "item": "unicopia:juice" }
|
||
|
}
|