-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description
I encountered a situation where pipes pumping out steam from heat exchanger did not make its way into the turbine, despite being connected. As is in https://github.com/IntelligenceModding/thoriumreactors/issues/16, I tried the /data get block x y z and found the turbine input hatch having a filled buffer of depleted thorium fuel (which I accidentally pumped in earlier). Breaking and placing the hatch solved the problem.
However, considering that Jade does not reveal Thorium Reactor's multiblock info, this is likely impossible to debug in a survival/multiplayer environment. I suggest to filter multiblocks input hatches so that they only accept a single type or tag of fluids.
In the case of turbines, for example, I would suggest setting its fluid input to only allow "thoriumreactors:steam", as it is rather nonsensical to pump in anything other than Thorium Reactors' steam.
Also I suggest add compatibility to Jade, so that multiblock input/output hatches have their buffers displayed in the HUD.
Links
No response