GlobbyPotato / Rockhounding_Chemistry

The purpose of Rockhounding Chemistry is to assembly and maintain an industrial area in which several machines handle various types of ingredients (solid, fluid and gaseous) to produce advanced material for mid-late game stages. It also leads to several features, functional applications and experiments.
Other
15 stars 17 forks source link

[Suggestion] Railcraft compatibility #89

Closed Shazuli closed 5 years ago

Shazuli commented 5 years ago

Hi

Just a few weeks ago Railcraft got updated to 1.12.2. The Gasification Plant is perfect for steam production but the Gas line does not seem to connect to the Steam Turbine.

GlobbyPotato commented 5 years ago

Hi, the Gas Pipeline is an internal feature to RH. To pass steam to the Steam Turbine you can transpose it outside the mod by using the Transposer and crafttweaker, here there is a reference image on how to make it. You can pick steam with any fluid pipe then.

wormzjl commented 5 years ago
mods.rockhounding_chemistry.Transposer.add(<liquid:water_vapour>, <liquid:steam>);
mods.rockhounding_chemistry.Transposer.add(<liquid:steam>, <liquid:water_vapour>);

That will allow you to do the conversion