Add HeatEnergySourcePrototype and FluidEnergySourcePrototype runtime-API
Posted: Thu Nov 21, 2019 12:23 pm
Currently, LuaEntityPrototypes have their LuaBurnerPrototype or LuaElectricEnergySourcePrototype attached, if those are used. They do however not have anything if they are powered by heat or fluid, which is used in several of the big mods. According to Bilka, this is because there is simply no runtime interface that has been implemented for those, so nothing can be attached. I'm asking for them to be added to the runtime API.
My use case for this is mainly Factory Planner, where I'd like to calculate how much heat or fluid a machine needs to run. I can already do this for 'item'-fuel and electricity, but not for the other two power sources. (The same goes for boiler recipes and the like).
My use case for this is mainly Factory Planner, where I'd like to calculate how much heat or fluid a machine needs to run. I can already do this for 'item'-fuel and electricity, but not for the other two power sources. (The same goes for boiler recipes and the like).