- Update to tons of malilib refactoring and class moves etc.
- Organize all imports to match my new IDE settings
- Move all the config names and comments to the localization file
- Rename and clean up config/hotkey names, improve config comments
- Implement back the crafting screen config
Requires malilib >= 0.50.0
Original build time: 2022-04-11 12:28:52 +0300
Post-rewrite
This is the first of the "post-rewrite" releases, based on a couple of years of rewriting mostly malilib thus far, and partially also the other client mods.
- Change the default config screen tab to be Generic
- Fix a crash in the villager trade screen due to an OOB index
- Fix a bunch of warnings, and some code style cleanup
- Change some things from boxed
List<Integer>
toIntArrayList
- Add new massCraft options, and a new massCraft variant
massCraftInterval
massCraftIterations
massCraftSwaps
useRecipeCaching
Requires malilib 0.11.8
Original build time: 2022-03-03 23:26:30 +0200
- Add a persistent config for the mod main toggle option
- Remove the default key from the main toggle hotkey, and rename the hotkey
- Re-order some of the hotkeys for better grouping
- Internally rename some config options
Requires malilib 0.11.1
Original build time: 2022-01-10 05:42:48 +0200
- Update to MC 1.18 (by Arnevdl29)
- Packet Buffering: Use a Queue, clear on screen close
- Possible: Fix
enableScrollingStacksFallback
not being obeyed for the last stack- Not sure if this fix is in this build or the next build (the 1.18.1 update)
Requires malilib 0.10.0-dev.26
Original build time: 2021-12-01 21:26:04 +0200