ChiefArug / ThermalSysteams

Addon for the Thermal Series that adds Steam dynamos
MIT License
4 stars 2 forks source link

Create Integration #3

Open ChiefArug opened 1 year ago

ChiefArug commented 1 year ago

A block that consumes steam to power a steam engine (from Create) Possibly a block (steam valve?) that can be placed on a Create steam boiler to turn steam from that into Systeams steam for powering a steam dynamo.

SimonMeskens commented 1 year ago

I just came to this Github looking to propose this enhancement. Turning Create steam into Systeams steam would be amazing.

ChiefArug commented 1 year ago

This looks like it will be more difficult that I initially thought due to Create hardcoding the boilers engine checks...

SimonMeskens commented 1 year ago

Yeah, I had a look at it as well, and it's a bit annoying to set up. It did seem possible, but there is no standard Forge fluid container or anything like that, which is unfortunate.

ChiefArug commented 1 year ago

It doesn't really have anything to do with Forge's fluid system because the boiler doesn't actually store any steam, it just calculates a stress capacity amount based on the amount of heat and water it is receiving, then the engines use that to output their rotational power.

ChiefArug commented 1 year ago

Looks like this would require mixining into Create, which I am not comfortable doing. If someone else wants to PR this that would be great, however I will probably be stricter than normal in reviewing that.