- 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
- Add some new util methods to
RenderUtils
,BlockUtils
,MathUtils
,PositionUtils
- Some
RenderObject*
changes for MiniHUD - Fix a render state leak in the method that renders a model in a GUI
- Remove commented out testing code
Last "pre-rewrite" version
This is the last 1.12.2 LiteLoader version of the mod from the "pre-rewrite" code base. All later 1.12.2 builds (starting with version number 0.50.0
) are based on a largely refactored and rewritten and cleaned up code base, and they are totally and utterly incompatible with the "pre-rewrite" mod versions.
You can't mix any of the "pre-rewrite" and "post-rewrite"/"new code" mod versions!
Original build time: 2021-06-14 02:13:10 UTC+3
- Update to MC 1.17.0 (just version bumps)
Original build time: 2021-06-08 21:16:02 UTC+3
- "Unofficial" Forge port to 1.16.5, made by ZacSharp
- Note: This version has a bug that any hotkey changes you make will not take effect before you either log out of the world and back in, or use a portal to travel between dimensions (the configs get loaded and applied on joining any dimension)
Original build time: 2021-06-06 14:21:44 UTC+3
- Merge the
arne
branch changes from the 1.16.x branch
Original build time: 2021-06-03 14:45:09 UTC+3
- Update to MC 1.17-pre4
Original build time: 2021-06-03 03:57:51 UTC+3
- Breaking change: Change the overlay renderer interface
- Fix the block targeting overlay rendering
- Update Mod Menu to the new package and maven
- Update to MC 1.17 snapshot 21w18a
Original build time: 2021-06-02 00:55:48 UTC+3
- Fix the world load handling and config saving running when it shouldn't
Original build time: 2021-05-27 20:02:27 UTC+3
- Add
getCallback()
toKeybindMulti
(by and for HughBone)
Original build time: 2021-05-03 01:16:40 UTC+3
- Update to MC 1.17 snapshot 21w11a (by skyrising)
- Clean up some imports
- Update to MC 1.17 snapshot 21w13a
Original build time: 2021-04-04 14:02:54 UTC+3
- Make a build of the previous
0.10.0-dev.23
version without the Mixin library embedded- You'll probably need to use this version if you have other mods that have the Mixin library already
- This is a workaround hack since I don't know what is the correct way to deal with the Mixin library in 1.12.2 under Forge... :pain:
Original build time: 2021-03-30 21:48:13 UTC+3
- Update to MC 1.17 snapshot 21w08b
- One Yarn mapping change
LayerRange
: Change the world min and max y-coordinates (hard coded to-64..383
for now)
Original build time: 2021-03-07 00:16:08 UTC+2
- Fix the inventory background rendering not enabling blending
Original build time: 2021-02-17 01:05:05 UTC+2
- Generate a safe name in
StringUtils.getWorldOrServerName()
Original build time: 2021-02-14 15:19:53 UTC+2
- Update to MC 1.17 snapshot 21w05a (just mapping changes)
Original build time: 2021-02-04 18:41:29 UTC+2