

if its an item, if set to not burn in world, then the item will not be destroyed by lava or fire

fuel/block or item name/new fuel (furnace burn time,can set fire in world) Public static final List FUELS = new ArrayList() I would like to be able to use an array list where i can call the modded object and then set the burn time. I have deleted my interface and im trying something new by accessing the furnace code and now im really lost. I can not for the life of me find a way to add fuel values to blocks and items. Ive tried adding an array list, if/and/else/ore and case statements while using an interface which ive built based upon the information provided by forge. Hello, im currently working in mc forge version "forge-1.12.2-14.-mdk"
