You put a `@ObjectHolder` annotation on `ItemInit.example_item` without specifying a modid in either the annotation on the field or on the class (through @Mod or @ObjectHolder). See the documentation on @ObjectHolder for its rules and examples. (ignore the 1.14.x version, it is the same up to 1.16.+)
Im trying to host a minecraft server using the latest minecraft 1.16.1 forge and for some reason player data doesnt save. Is this a bug anyone else is experiencing and what version can i use to fix this
I believe whenever there are changes being made to the tag, it will be sync to the client. What
getShareTag()
does is allows you to modify the tag before the message of syncing being sent.