/* SkyFactory 4 Item Burn Time Modification Script. This script allows for the modification of burn times for the furnace. */ function init() { furnace.setFuel(, 200); // Coal Acorns have burn time furnace.setFuel(, 100); furnace.setFuel(, 100); furnace.setFuel(, 17000000); }