Morph-o-Tool

Morph-o-Tool

45M Downloads

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

Amperthorpe opened this issue ยท 8 comments

commented
commented

I will close thos because it's very old! If this issue is still relevant, please open a new issue.

commented

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 :)

commented

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

commented

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

commented

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

commented

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?

commented

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

commented

@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