- This is a modified version of the normal
0.12.1
version, which doesn't have the feature that shifts the HUD text to avoid the vanilla potion effect HUD. Or was it the other way around?
Original build time: 2022-05-14 23:36:40 UTC+3
- Fix
ConfigBooleanHotkeyed
not (de-)serializing the hotkey part- Note: This fix does change the config data format for that config, so after this change all of those configs will revert to their default boolean value
- Only write the Advanced Keybind Settings to the config if they are different from the current default settings for a given config
- Fix the Shulker Box Preview rendering under REI
- 2nd attempt, now seems to work...
Original build time: 2022-01-23 03:33:31 UTC+2
- Fix(?) a render state leak
- Seems to fix a lighting leak for the Tweakeroo Hotbar Swap Overlay at least
LayerRange
: FixSet Here
not doing anything in theLayer Range
mode- A couple of additions to
LayerRange
andIntBoundingBox
PositionUtils
: Fix a derp bug insetValue()
andmodifyValue()
forBlockPos
- Add a couple of new methods to
LayerRange
andIntBoundingBox
Original build time: 2022-01-14 15:49:17 UTC+2
- Add some temporary hacky crap to get same-line boolean and hotkey configs
- This is just to alleviate the boolean + hotkey config mess in MiniHUD and Tweakeroo until the proper malilib rewrite from 1.12.2 is ready to be ported forward
- Change the GUI config wrapper stuff a bit, also support
ConfigHotkeyedBoolean
- Use
Util.NIL_UUID
for action bar messages- Maybe this gets rid of the lag spike on first toggle message after game start?
- Possibly fix the Shulker Box Preview rendering under REI etc.
- Update to MC 1.18.1 (just a version bump and one mapping change)
Original build time: 2022-01-10 05:41:32 UTC+2
- Fix filter text not being lowercased (GH #67) (by alex-huff)
- Some list widget search changes, also search from the localized names of configs, see GH #66
- Allow localizing config names and comments
- Fix equipment overlay background rendering not applying the shader & matrix
- Some network packet handler improvements and small fixes
- Use the config display names for getting the name column width
- Fix Smoker and Blast Furnace not working in the inventory overlays
- Allow searching for modified configs by using the 'modified' keyword
- Fix getting the translated config name for the filter not using the newly added localization support
- Add a
MessageOutputType
class- This is currently used by Litematica and Tweakeroo to redirect or disable some warning messages
Original build time: 2022-01-03 21:15:29 UTC+2
- Update to MC 1.18
- Fix some warnings in IDEA
Original build time: 2021-12-01 17:49:49 UTC+2
- Update
ru_ru.json
(by Felix14-v2) WidgetListStringSelection
: Support searching/filtering (by Arnevdl29)- Optimize assets (by K0RR)
- Lossless compression by
oxipng
- Lossless compression by
- Fix accidentally using Litematica's translation keys for a couple of buttons
- Fix a crash if resizing the window while on the string list edit screen
- Build script clean-up, update mappings, set a MC version dependency
JsonUtils
: Always read the file using the UTF-8 charset. Also small clean-up.
Original build time: 2021-10-22 12:41:27 UTC+3
- Update to MC 1.16.5 and Yarn build.10
Original build time: 2021-09-17 19:16:51 UTC+3
- Port to the MC 1.18 experimental snapshot 7
NOTE: The correct version is not available in the list of versions as of uploading this... so it's temporarily set to 1.17.1
Original build time: 2021-09-09 20:42:53 UTC+3
- Optimize assets (by K0RR)
- Lossless compression by
oxipng
- Lossless compression by
- Update Yarn mappings
- Make the Shulker Box/inventory preview clamp to the screen area
JsonUtils
: Use a temporary file to write to, then rename it to the target file- Color Editor: Add an alpha slider, fix the other values affecting the alpha
- Note: The main color selector rendering is still broken in 1.17+
- Add a debug message for input cancellation
- Remove the old weird hack of not cancelling modifier key inputs
WidgetDirectoryEntry
: Fix a render order issue with the background vs. contents
Original build time: 2021-09-06 23:12:36 UTC+3
- Change mouse scroll handling to fix issues on Mac + add a debug option for it
LayerRange
: Remove the hard-coded world bounds (and some other clean-up)
Original build time: 2021-07-13 10:20:13 UTC+3
- Update to MC 1.17.1 (version bump)
- Auto-organize all imports
- Fix text rendering scaling, if the background is disabled
Original build time: 2021-07-07 00:48:36 UTC+3
- Add a (temporary hack fix) option to disallow keyboard repeat events
- This fixes the Easy Place mode hold option in Litematica, if the vanilla use key is bound to a keyboard key instead of a mouse key
Original build time: 2021-06-24 19:06:50 UTC+3
RenderUtils.drawtextPlate()
: Disable depth test and depth mask for every line, not just the first (by alex-huff)- Remove deprecated old Mod Menu directives from
fabric.mod.json
(by ColdIce1605) - Add a mod icon (by DragonEggBedrockBreaking)
- Backport to MC 1.17 snapshot 21w14a
Original build time: 2021-06-24 02:54:46 UTC+3