mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Added a recipe to smelt burned juice into coal
This commit is contained in:
parent
c2db33c8df
commit
1653ece6a5
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {
|
||||
"item": "unicopia:burned_juice"
|
||||
},
|
||||
"result": "minecraft:coal",
|
||||
"experience": 1,
|
||||
"cookingtime": 20
|
||||
}
|
Loading…
Reference in a new issue