TLDR
Current thruster API is very specific to the single thruster that's in the game, which makes adding custom ones much harder.Why?
I'm making a nuclear thermal thruster mod, which i would like to make such that it consumes propellant liquid and uranium fuel cells, gain temperatures from burning fuel cells, and has bigger thrust than vanilla one. Currently it's not possible to change max thrust or have thruster take anything else than two liquids.What?
I'm still a novice at modding factorio, so takes this with big grain of salt, but i think thruster API should:- add max_thrust field
- have ability to disable fluid boxes
- allow more control over "recipe", e.g. allow heat input, etc.