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

Tool doesn't switch to the Mekanism Configurator while looking at a pipe from the mod, but it does when looking at a machine. #15

Open
Amperthorpe opened this issue Jul 10, 2016 · 7 comments

Comments

@Amperthorpe
Copy link

No description provided.

@Vazkii
Copy link
Member

Vazkii commented Jul 18, 2016

Are the pipes from another mod? If so, add an alias.

@Amperthorpe
Copy link
Author

They are not from a different mod, that's what's strange about it.

@Vazkii
Copy link
Member

Vazkii commented Jul 18, 2016

Are you sure? Some mods split their features into modules even within the same jar.

@Amperthorpe
Copy link
Author

WAILA shows the same mod name "Mekanism" and the mod is one .jar file. Mekanism used to be split up into modules, but even so I'm pretty sure the pipes and machines were always in the same main mod. If they are split up how would I find the names of the other modules to add them as an alias?

@Vazkii
Copy link
Member

Vazkii commented Jul 18, 2016

Look at your mods list, see if there's any modules there. I guess we could ask @aidancbrady as well.

@TonRZN
Copy link

TonRZN commented Jul 24, 2016

@Vazkii @Alleluid The pipes when placed on the ground turn into MCMultiPart blocks (you can see this using the OneProbe) so the Morph-o-Tool won't switch to the Mekanism Configurator

@amadornes
Copy link

You'll need to look at the RayTraceResult, check if it's a PartMOP and if it is, get partHit from it. That should give you the object you need to do the mod lookup for :)

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

4 participants