Posted June 19, 20196 yr Hi, I couldn't find a definitive answer on this, but does every single class property have to be saved to NBT on a Tile Entity? For example, I'm overriding the update() function, and doing something server side only. Does the counter I have which counts ticks need to be saved as a property in read/writeNBT? If I don't save it will it just reset at world load? Also, is it necessary to notify the client if that property changes assuming I only use the property server side? Edited June 19, 20196 yr by stepsword
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.