We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 }