Skip to content
Da-Technomancer edited this page Aug 30, 2020 · 2 revisions

Icebox recipes are defined by JSON, and can be added/changed/removed by data packs.

The JSON specification is below. Anything preceded by // is a comment, and should not be in an actual JSON.

{
    "type": "crossroads:cooling",
    "active": <boolean>//Optional, default true. If false, disables this recipe
    "fuel": <item ingredient>,//Normal item ingredient specification, for fuel. 
    "cooling": <float>//Total cooling in degrees C
}
Clone this wiki locally