I was trying to add new fuels to the campfire as well as stop some items from being able to burn since they use literature as their item category. How do I get this to work?   Here is my code ... require "Camping/camping_fuel";   -- Add Fuel for Campfire   table.insert(campingFuelType, Hydrocraft.HCWoodblock,1.0);   table.insert(campingFuelType, Hydrocraft.HCGrass,5.0/60.0);   table.insert(campingFuelType, Hydrocraft.HCBark,5.0/60.0);   table.insert(campingFuelType, Hydrocraft.HCBirchbark,5.0/60