mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Compare commits
1 commit
39937bbf8a
...
3bb0896d03
Author | SHA1 | Date | |
---|---|---|---|
|
3bb0896d03 |
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ public class ItemCodecHelper extends MinecraftCodecHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.writeNullable(buf, equippable.model(), this::writeResourceLocation);
|
this.writeNullable(buf, equippable.model(), this::writeResourceLocation);
|
||||||
this.writeNullable(buf, equippable.cameraOverlay(), this::writeResourceLocation);
|
|
||||||
this.writeNullable(buf, equippable.allowedEntities(), this::writeHolderSet);
|
this.writeNullable(buf, equippable.allowedEntities(), this::writeHolderSet);
|
||||||
buf.writeBoolean(equippable.dispensable());
|
buf.writeBoolean(equippable.dispensable());
|
||||||
buf.writeBoolean(equippable.swappable());
|
buf.writeBoolean(equippable.swappable());
|
||||||
|
|
Loading…
Reference in a new issue