Added missing cider recipe

This commit is contained in:
Sollace 2022-10-06 23:26:08 +02:00
parent 7a8ba44f0d
commit 09e8f8243c

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "unicopia:burned_juice" },
{ "item": "unicopia:mug" }
],
"result": {
"item": "unicopia:cider"
}
}