Added a recipe to smelt burned juice into coal

This commit is contained in:
Sollace 2022-09-18 21:46:09 +02:00
parent c2db33c8df
commit 1653ece6a5

View file

@ -0,0 +1,9 @@
{
"type": "smelting",
"ingredient": {
"item": "unicopia:burned_juice"
},
"result": "minecraft:coal",
"experience": 1,
"cookingtime": 20
}