- 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
- Fix the map renderer
Original build time: 2021-01-27 03:38:27 UTC+2
- Update to MC 1.17 snapshot 20w51a (dimension/registry related changes)
Original build time: 2020-12-18 02:59:04 UTC+2
- Update to MC 1.17 snapshot 20w49a (Just one mapping change? The class might also have become non-client-only?)
Original build time: 2020-12-06 13:40:57 UTC+2
- Update to MC 1.17 snapshot 20w48a
Original build time: 2020-11-26 02:31:12 UTC+2
- Fix the
getWorldOrServerName()
util method when on Realms (1.16 change?) - Fix the
getDimensionId()
util method (1.16 stuff again)
Original build time: 2020-11-14 19:16:30 UTC+2
- Restore Mod Menu support
- Update Yarn mappings
Original build time: 2020-11-10 16:36:16 UTC+2
- Update to MC 1.17 snapshot 20w45a
Original build time: 2020-11-06 00:00:04 UTC+2
- Update to MC 1.16.4 (version bump plus one mapping change)
Original build time: 2020-11-03 18:37:26 UTC+3
This is a "special" build from a work-in-progress modding environment state, that is not meant for normal use.
The main issue is that there are no matching builds of my other mods that work with this version. At least I'm pretty sure there is no MiniHUD version that would work with this version, I don't remember about Litematica and Tweakeroo. Item Scroller most likely would work.
I don't remember what commit it was made from, but if it's from the latest commit on the build date, then it has the following changes on top of the previous "normal" 0.10.0-dev.29
version:
- 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
But on the other hand the file size is slightly smaller than dev.29
, so this is probably not the case?
This version is ONLY USEFUL for use with the special Litematica build that has the first somewhat operational but WIP cross-MC-version schematic conversion support: litematica-1.12.2-0.0.0-dev.schematic_conversion_wip1_2020_06_02.litemod
.
Don't try to use this version with any other mods/versions!
Original build time: 2020-09-17 01:56:24 UTC+3
- Update to MC 1.16.3 (just a version bump)
Original build time: 2020-09-12 22:10:07 UTC+3
- Make the Mod Menu a modCompileOnly dependency
Original build time: 2020-08-13 16:52:17 UTC+3