Posted November 19, 20222 yr I'm trying to make a block with gui, where save and load some NBT data. I put my data in method. But if quit and join to world, data is empty. How to update nbt? @Override protected void saveAdditional(CompoundTag nbt) { nbt.put("mykey", myvalue); } Edited November 19, 20222 yr by xkorot
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.