mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
follow toClientTag() contract in ClientSerializable logic
This commit is contained in:
parent
b008571710
commit
1c0decd26c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public abstract class MixinBlockEntity {
|
|||
}
|
||||
|
||||
tag.putString("id", entityId.toString());
|
||||
((ClientSerializable) self).toClientTag(tag);
|
||||
tag = ((ClientSerializable) self).toClientTag(tag);
|
||||
info.setReturnValue(new BlockEntityUpdateClientPacket(getPos(), 127, tag));
|
||||
info.cancel();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue