-
Notifications
You must be signed in to change notification settings - Fork 9
Aspic Melting Recipe
khj xiaogu edited this page Aug 16, 2022
·
1 revision
Aspic melting recipe means intake an item and melt it into corresponding fluid.
Take an example:
{
"type": "caupona:aspic_melt",
"aspic": {
"item": "caupona:bisque_aspic"
},
"fluid": "caupona:bisque",
"amount": 250,
"time": 100
}
Param | Description | Default |
---|---|---|
type | means the recipe is aspic melting. | required |
aspic | An Ingredient, used to check for aspic | required |
fluid | What fluid is this aspic melt into | required |
amount | Amount of fluid in mb this aspic turn into,250 suggested because this is amount a bowl can contain | 250 |
time | Time for melting this aspic | 100 |
Aspic melting recipes are both for portable brazier and stew pots. You won't need to specify for each. Aspic melting preserves data and transfer item nbt tag into fluid nbt tag.
However, portable brazier require water bowl and fuel, this can't be modified.