mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 16:28:00 +01:00
Change juice recipe to be shapeless
This commit is contained in:
parent
62a8aff4e0
commit
c0df819a4c
1 changed files with 9 additions and 14 deletions
|
@ -1,18 +1,13 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
"pattern": [
|
{ "item": "minecraft:glass_bottle" },
|
||||||
"AAA",
|
{ "tag": "unicopia:fresh_apples" },
|
||||||
"AAA",
|
{ "tag": "unicopia:fresh_apples" },
|
||||||
" B "
|
{ "tag": "unicopia:fresh_apples" },
|
||||||
|
{ "tag": "unicopia:fresh_apples" },
|
||||||
|
{ "tag": "unicopia:fresh_apples" },
|
||||||
|
{ "tag": "unicopia:fresh_apples" }
|
||||||
],
|
],
|
||||||
"key": {
|
|
||||||
"B": [
|
|
||||||
{ "item": "minecraft:glass_bottle" }
|
|
||||||
],
|
|
||||||
"A": [
|
|
||||||
{ "tag": "unicopia:fresh_apples" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"result": { "item": "unicopia:juice" }
|
"result": { "item": "unicopia:juice" }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue