GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
197 stars 58 forks source link

[BUG] Block#rotate fails during placement with mods like Campanion #284

Closed Xechorizo closed 3 years ago

Xechorizo commented 3 years ago

Description:

Steps to Reproduce:

Technical Information:

Logs:

Details: image

GabrielOlvH commented 3 years ago

Those blocks cannot be rotated because their facing properties are stored in the block entity, not the blockstate, and minecraft only provides the blockstate. You also really shouldn't move things like cables this way, that's not very safe. I'll be closing this as it cannot be implemented normally.