mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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",
|
||||
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"AAA",
|
||||
" B "
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:glass_bottle" },
|
||||
{ "tag": "unicopia:fresh_apples" },
|
||||
{ "tag": "unicopia:fresh_apples" },
|
||||
{ "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" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue