Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Freezer

Package

script.zs
import mods.aether_legacy.Freezer;

Usage

script.zs
Freezer.registerFreezable(IItemStack input, IItemStack output, int timeRequired); // Add a freezer recipe, timeRequired is in ticks
Freezer.registerFreezerFuel(IItemStack input, int timeGiven); // Add an item as freezer fuel, timeGiven is in ticks
// New in 1.5.2
Freezer.removeFreezable(IItemStack input); // Removes freezer recipes with the given input