Charset Storage - Chests

Charset Storage - Chests

484k Downloads

[Transport - Carts and Rails] Incompatibility with Immersive Engineering shaders

Azmalent opened this issue ยท 3 comments

commented

Immersive Engineering shaders can't be applied to minecarts when Carts and Rails module is installed.

commented

Yes. This is due to two reasons:

  • ImmersiveEngineering checks if the overridden ModelBase is instanceof ModelMinecart, which ours is not - this is a bug on my side,
  • ImmersiveEngineering will never delegate to the wrapped ModelMinecart correctly - this is a bug on BluSunrize's side.

In other words, once I fix this on my side, you need to report back to Blu and state that colors can no longer be applied, as that is what is most likely to happen.

commented

Closed due to lack of activity.