The text of the item does move, the collision seem to move/rotate too, but the item rendering stays at the same place.
(Can whitelist you to repro on my dev server if you need)
Placed a wall.doorway with MonumentAddons. Telekinessis don't update the item display while moving/rotating itFixed
This issue happens due to client-side limitations. The client is being sent the information that the entity is moving, but the client isn't drawing it. It's possible to work around by periodically destroying and respawning the entity client-side while Telekinesis is active, but I haven't prioritized that improvement.
Fixed in v3.2.0.
Locked automatically