Immersive Engineering

Immersive Engineering

152M Downloads

Garden Cloche Won't Work Well with Crescent Hammer from Thermal Series

JustAlkaid opened this issue ยท 1 comments

commented

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.
114
(It output into the chest)

Steps to reproduce

  1. Place a Garden Cloche.
  2. Use a Crescent Hammer at the second layer to change its output direction.
  3. Start it and weird things happened.

Debug Crash Log

https://gist.github.com/cainiaojun/bda5568106708deef29c9a4bb88be5bb

commented

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.