Results 276 comments of lehjr
trafficstars

Testing a "new" fix. Server load time is terrible (which is why there are so many server related issues) on my machine so it might be awhile.

Fixed that, just need to fix an issue with the cosmetic selection with the power fist.

The alpha slider should work but the effect isn't really apparent in the cosmetic GUI. It's a limitation of Minecraft's rendering.

probably related to #875 I will be looking at both issues later this week.

Probably easy to implement, but I don't see where it does anything other than rotate blocks: https://github.com/Vazkii/Morph-o-Tool/blob/master/src/main/java/vazkii/morphtool/ItemMorphTool.java#L28-L34

Yeah, that's a lot different than it looks in code. Now I have to figure out how it works.

ok, so it's all here where the "magic" happens: https://github.com/Vazkii/Morph-o-Tool/blob/master/src/main/java/vazkii/morphtool/MorphingHandler.java

I'll look into it, but it's going to be weird to do because there's no API and it's done with an event handler.