Skip to content
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
    }
}
Clone this wiki locally