Garden Cloche Won't Work Well with Crescent Hammer from Thermal Series
JustAlkaid opened this issue ยท 1 comments
Minecraft Version
1.20.1
Immersive Engineering Version
10.1.0-171
Expected Behavior
Try to spin Garden Cloche with a Crescent Hammer to change its input and output facingdirection
Actual Behavior
Somehow it didn't output to the right direction as its texture showed.

(It output into the chest)
Steps to reproduce
- Place a Garden Cloche.
- Use a Crescent Hammer at the second layer to change its output direction.
- Start it and weird things happened.
Debug Crash Log
https://gist.github.com/cainiaojun/bda5568106708deef29c9a4bb88be5bb
So I had a little browse around, and there is apparently nothing I can do about this.
Because Team CoFH have decided to forcefully rotate any block that has the default Facing properties. They make some special cases for vanilla pistons and chests, but they do not use the rotate method which exists for this reason.
Instead they just forcefully update the state, and there is nothing I can do to prevent that.
Complain to CoFH for deciding that they're allowed to set any other mod's properties, I guess.