Client NBT Since BlockEntityClientSerializable Removal #1779
-
Hi all, I saw here that Thank you! -- Anemony |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I assume you mean this? #1734 The changes made by Mojang in 1.18 (so far) are:
There is talk of putting this logic in a helper method. Here is an example from the testsuite: |
Beta Was this translation helpful? Give feedback.
-
By the way, you still have the default mixin from the fabric example mod: If you just are keeping it around for reference, I would suggest removing it from your config: Or since this is the only mixin, you can remove the mixins config from your fabric.mod.json |
Beta Was this translation helpful? Give feedback.
I assume you mean this? #1734
As I understand it the
BlockEntityClientSerializable
(BECS) is no longer necessary.The changes made by Mojang in 1.18 (so far) are:
There is talk of putting this logic in a helper method.
Here is an example from the testsuite:
https://github.com/FabricMC/fabric/blob/5553aff8884eca3caa823632e616873ead33324f/fabric-renderer-api-v1/src/testmod/…