-
Notifications
You must be signed in to change notification settings - Fork 15
Industrial Blast Furnace
Da-Technomancer edited this page Aug 30, 2020
·
2 revisions
Industrial Blast Furnace recipes are defined by JSON files, and can be added/changed/removed by data packs.
Format (anything preceded by // is a comment that should not be in a real JSON):
{
"type": "crossroads:cr_blast_furnace",
"active": <boolean>//Optional, defaults to true. If false, disables this recipe
"output": {
"fluid": <string fluid ID>,//Registry name of created fluid
"amount": <integer> //Amount of fluid created per craft
},
"slag": <integer>, //Optional, defaults to 0. Amount of slag produced and carbon units consumed per craft
"ingredient": <item ingredient> //Ingredient specification
}