I tested around AND WTF, I tested if a Stone Furnace runes with "Script Fuel". NO! entity.burner.heat_capacity doesnt give out the maximal Heat the Entity can have. Because Trains running out out of Heat after 2 Ticks, whats really wrong and Stone Furnaces doesnt even start to burn.
What I just ask for is something to read out the Heat Max Value that FUEL can give the entity!
I tried this with Fuel Trains, my Electric Trains and Stone Furnaces:
Code: Select all
/c
local entity = game.players[1].selected
entity.burner.heat = entity.burner.heat_capacity
entity.burner.currently_burning = "coal"
remaining_burning_fuel = entity.burner.heat_capacity
Greetz,
Luzifer