You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Da-Technomancer edited this page Aug 30, 2020
·
1 revision
The Heating Crucible recipes are defined by JSON, and can be added/removed/changed by data packs.
The JSON format (anything preceded by // is a comment and should not be in a real JSON):
{
"type": "crossroads:crucible",
"active": <boolean>//Optional, default true. If false, disables this recipe
"input": <item ingredient>,//Valid inputs
"output": {
"fluid": <string fluid ID>,//Registry name of the produced fluid
"amount": <integer>//Amount of fluid produced, in mb
}
}