Releases: sakura-ryoko/malilib
Releases · sakura-ryoko/malilib
1.21.4-0.23.2-sakura.5
- add: Time/Duration Formatter system; which allows this system to be a Configurable Option.
- continue fixing the 'config Switcher' not being in front of other objects.
- add new versions of the NbtUtils.readNbtFile and writeCompressed; Deprecate the "File" object types of all File Reading / Writing for Config files.
- fix the creating / reading of non-US character sets for config file names; such as for World Names using Chinese.
1.21.3-0.22.5-sakura.5
- add: Time/Duration Formatter system; which allows this system to be a Configurable Option.
- continue fixing the 'config Switcher' not being in front of other objects.
- add new versions of the NbtUtils.readNbtFile and writeCompressed; Deprecate the "File" object types of all File Reading / Writing for Config files.
- fix the creating / reading of non-US character sets for config file names; such as for World Names using Chinese.
1.21-0.21.7-sakura.5
- add: Time/Duration Formatter system; which allows this system to be a Configurable Option.
- continue fixing the 'config Switcher' not being in front of other objects.
- add new versions of the NbtUtils.readNbtFile and writeCompressed; Deprecate the "File" object types of all File Reading / Writing for Config files.
- fix the creating / reading of non-US character sets for config file names; such as for World Names using Chinese.
1.21.4-0.23.2-sakura.3
- Update Korean by @MagPlum
- Update Ukranian by @StarmanMine142
- add: Dolphin Treasure Pos, Fox Variant, & Salmon Variant Nbt Helpers
1.21.3-0.22.5-sakura.3
- Update Korean by @MagPlum
- Update Ukranian by @StarmanMine142
- add: Dolphin Treasure Pos, Fox Variant, & Salmon Variant Nbt Helpers
1.21-0.21.7-sakura.3
- Update Korean by @MagPlum
- Update Ukranian by @StarmanMine142
- add: Dolphin Treasure Pos, Fox Variant, & Salmon Variant Nbt Helpers
1.21.4-0.23.2-sakura.2
- feat: Japanese lang file thanks to @co-91
- update build.gradle for modern Gradle versions
- various crash mitigation functions, added primarily for referenced Vanilla GUI functions (Edge Case items)
- various fixes for getNbtInventory workflows with Villagers, etc
- introduces EquipmentUtils from the snapshot branch in response to Vanilla changes
- various code cleanups related to NbtUtils/Vec3d/Vec3i/Color4f and staged a few
Deprecated
tags for moving util functions.
NOTE: This release formally ends my back port support for 1.21 - 1.21.3, besides critical bugs. It makes no sense to maintain 4 versions of 1.21.x with the snapshot now a thing.
1.21.3-0.22.5-sakura.2
- feat: Japanese lang file thanks to @co-91
- update build.gradle for modern Gradle versions
- various crash mitigation functions, added primarily for referenced Vanilla GUI functions (Edge Case items)
- various fixes for getNbtInventory workflows with Villagers, etc
- introduces EquipmentUtils from the snapshot branch in response to Vanilla changes
- various code cleanups related to NbtUtils/Vec3d/Vec3i/Color4f and staged a few
Deprecated
tags for moving util functions.
NOTE: This release formally ends my back port support for 1.21 - 1.21.3, besides critical bugs. It makes no sense to maintain 4 versions of 1.21.x with the snapshot now a thing.
1.21-0.21.7-sakura.2
- feat: Japanese lang file thanks to @co-91
- update build.gradle for modern Gradle versions
- various crash mitigation functions, added primarily for referenced Vanilla GUI functions (Edge Case items)
- various fixes for getNbtInventory workflows with Villagers, etc
- introduces EquipmentUtils from the snapshot branch in response to Vanilla changes
- various code cleanups related to NbtUtils/Vec3d/Vec3i/Color4f and staged a few
Deprecated
tags for moving util functions.
NOTE: This release formally ends my back port support for 1.21 - 1.21.3, besides critical bugs. It makes no sense to maintain 4 versions of 1.21.x with the snapshot now a thing.
1.21.3-0.22.5-sakura.1
- Add inventoryOverlayScreen function for displaying Villager Trades List below a Villager; which can also have a BG color, based on the Villager profession; if configured to do so.
- Add EquipmentUtils from Snapshot Code
- Cleanup build script / bump yarn to build.8
- Cleanup Config Switcher code a bit (Hopefully it will be higher up and less "Behind" other objects) -- on going issue!
- Add some Gui Element 'wrapper' functions for some strange crashes, particularly with calling Vanilla values based on things like
GuiTextFieldGeneric (setText/getText, etc)
orGuiBase (height/width)
. These are optional only if strange crashes occur; such as 'object / method not found!' crashes.
NOTE: This release formally ends my back port support for 1.21 - 1.21.3, besides critical bugs. It makes no sense to maintain 4 versions of 1.21.x with the snapshot now a thing.