Copystate not copying nbt
Matthias1590 opened this issue ยท 1 comments
To add nbt we get a method by name using reflection, this wont work in production cause the mappings wont be present.
We should use mixin accessors instead (https://fabricmc.net/wiki/tutorial:mixin_accessors).
Discord thread: https://discord.com/channels/1071119659346169907/1114275930051985418
Fixed in 1.1.2, #195