Releases: Penguin-Spy/ReloadHotbar
Releases · Penguin-Spy/ReloadHotbar
Version 0.2.0 for Minecraft 1.20.4
Updated to 1.20.4 thanks to @O7410
Inital 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 HotbarStorageEntry
s and somehow getting a load()
back to the HotbarStorage, and I don't feel like doing that rn.