Skip to content

Inital release

Compare
Choose a tag to compare
@Penguin-Spy Penguin-Spy released this 24 Feb 07:55
· 3 commits to main since this release

Reloads hotbar.nbt when the "Saved Hotbars" tab is clicked.
Immediately after the CreativeInventoryScreen gets the Client's HotbarStorage, load() is called on the storage to reload from the file.
No changes to saving are implemented in this version, because that would require intercepting updates to HotbarStorageEntrys and somehow getting a load() back to the HotbarStorage, and I don't feel like doing that rn.