Metamorph

Metamorph

4M Downloads

Morph entity's world at client side is different from server side after entity change dimension

PinkaLulan opened this issue ยท 0 comments

commented

minecraft 1.10.2
forge 1.10.2-12.18.3.2221
metamorph-1.1.4-1.10.2

Morph entity.world at client side is different from server side after entity changing dimension.
If I morph in world 0, and travel to world 1, the entity.world will become:
server side: world 0
client side: world 1
And I can't change morph entity's world at server side by entity.setWorld() to world 1, it will reset to world 0 every tick.