1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-07 19:49:40 +02:00

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"
}
}