Skip to content

Releases: Penguin-Spy/ReloadHotbar

Version 0.2.0 for Minecraft 1.20.4

26 Mar 23:16
07ea696
Compare
Choose a tag to compare

Inital release

24 Feb 07:55
Compare
Choose a tag to compare

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.