mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Added missing cider recipe
This commit is contained in:
parent
7a8ba44f0d
commit
09e8f8243c
1 changed files with 10 additions and 0 deletions
10
src/main/resources/data/unicopia/recipes/easy_cider.json
Normal file
10
src/main/resources/data/unicopia/recipes/easy_cider.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{ "item": "unicopia:burned_juice" },
|
||||||
|
{ "item": "unicopia:mug" }
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "unicopia:cider"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue