====== Fuel ====== Set an item as an usable fuel item for furnaces as follows. FuelRegistry.register(20, MY_ITEM); // 20 ticks = 1 second & append the items applicable at the end FuelRegistry.get(new ItemStack(MY_ITEM)); // This will return 20 now.