Compare commits

..

1 commit

Author SHA1 Message Date
Alex
3bb0896d03
Merge 5637fbedaf into 88188c5b39 2024-11-07 10:46:24 +00:00

View file

@ -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());