Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting Gases to other mods #84

Closed
Freebi85 opened this issue Jan 1, 2019 · 5 comments
Closed

Extracting Gases to other mods #84

Freebi85 opened this issue Jan 1, 2019 · 5 comments

Comments

@Freebi85
Copy link

Freebi85 commented Jan 1, 2019

Hello =)
Well, it's more a question than a issue. Is it possible to extract gases from the system in tanks of other mods? (mekanism gas tanks or fluid tanks) With the Rockhound fluid tank it works well if you use thermal dynamic lines for example. But I can't get gases out somehow. The gas pipelines only connect to mod specific devices. Or maybe I missed something^^

@GlobbyPotato
Copy link
Owner

There is a block called Transposer for this. You need to make a CraftTweaker script for the gases you want to allow to be picked by external mods as a normal fluid. Set input and output the same.

@Freebi85
Copy link
Author

Freebi85 commented Jan 2, 2019

Thank you very much! just finding the script for it. I will test it tomorrow ;)

@Freebi85
Copy link
Author

Freebi85 commented Jan 4, 2019

so I did some tests. Importing gases or liquids is no problem =) But exporting gases from a vessel to the transposer only works sometimes when I constantly rotate the device and then it stops immediately. I switched on the gas pump at the exit of the vessel but it does not lead the gas (in my example compressed air) to the transposer.

@GlobbyPotato
Copy link
Owner

GlobbyPotato commented Jan 4, 2019

To export the gas outside the mod, the input requires a vessel/holder attached to the blue plug of the transposer with the same orientation, so you send the gas there. I'm afraid the book was missing some info about this particular. Common setups should look like this:
transposer

@Freebi85
Copy link
Author

Freebi85 commented Jan 4, 2019

It's working! Thank you very much and sorry for the inconvenience. Now I can do crazy things with your mod^^ Great Work Sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants