Started by
tenkai13
on
Topic category: Help with Minecraft modding (Java Edition)
i want to use the entity NBT variables but it seems to crash the game, i really want to use they cuz they give me more possibilites, it has any way to use them without any crash or bug??
player variables seems limited to me :/
the procedure that is not working (triggered on block tick update)
Edited by tenkai13 on Fri, 05/14/2021 - 09:49
What means "not synced between client and server" ? is this the problem?
This means that value on client will not change itself if it changes on server. Basically that means that if you change it it will not update on any display. Such as overlay or gui.
You need to sync them manually but I don't think that you can send packets with procedures.
i need to this server thing works to use my mod on singleplayer?
is this the reason why my game is closing?
Use player variables when you want to display them