-
Notifications
You must be signed in to change notification settings - Fork 9
Boiling Recipe
khj xiaogu edited this page Aug 21, 2022
·
1 revision
Boiling recipe means fluid in stew pot boiled into another fluid.
Example:
{
"type": "caupona:boiling",
"from": "minecraft:milk",
"to": "caupona:scalded_milk",
"time": 200
}
Param | Desription |
---|---|
type | means is boiling reicpe |
from | fluid registry name of input |
to | fluid registry name for output |
time | time in ticks to boil a bowl(250mb) of water |
Putting fluid into the pot would first try to boil it with this recipe then do other things. Time would add up depends on bowls of water inside the pot to boil. If you want to make the pot accept fluid, don't use this, Just add a tag caupona:boilable
to it. Also, SoupFluid would always be able to put inside.