Changes since 3.7.1
- Ensure bin is populated by release runner [skip ci] - embeddedt
- Add script for auto-propagating changes to modern branches where possible [skip ci] - embeddedt
- Fix Wizards spell textures being missing - embeddedt
- Add automated, ephemeral release workflow [skip ci] - embeddedt
- Tweak faster_texture_loading injection point for compatibility - embeddedt
- Remove MC version from archive base name - embeddedt
- Re-add new versioning logic (was somehow dropped during merge) - embeddedt
- Change dev build link [skip ci] - embeddedt
- Ensure CTM's metadataCache is thread-safe - embeddedt
- Avoid CME during Indigo model bake on Fabric - embeddedt
- New versioning scheme - embeddedt
- Return missing model for null BlockState - embeddedt
- Allow Fabric version to run on >=1.16.2 - embeddedt
- Add name change easter egg when running on snapshots - embeddedt
Changes since 1.16.1
- Add script for auto-propagating changes to modern branches where possible [skip ci] - embeddedt
- Fix Wizards spell textures being missing - embeddedt
- Add automated, ephemeral release workflow [skip ci] - embeddedt
- Tweak faster_texture_loading injection point for compatibility - embeddedt
- Change dev build link [skip ci] - embeddedt
- Ensure CTM's metadataCache is thread-safe - embeddedt
- Avoid CME during Indigo model bake on Fabric - embeddedt
- New versioning scheme - embeddedt
- Return missing model for null BlockState - embeddedt
- Allow Fabric version to run on >=1.16.2 - embeddedt
- Add name change easter egg when running on snapshots - embeddedt
Changes since 4.2.0
Changes since 3.7.0
Changes since 2.7.0
Changes since 3.7.0
Changes since 2.7.0
Changes since 1.16.0
Changes since 3.7.0
- This will likely be the last ever 1.19.4 release - embeddedt
- Hopefully final fix for the 1.19.4 "missing model" bug on Fabric - embeddedt
- Spotless - embeddedt
- Remove unneeded imports - embeddedt
- Bump required Forge version, drop datapack reload patch - embeddedt
- Fix missing model flag not being cleared at times - embeddedt
- Fix compile errors - embeddedt
- Fix spotless error - embeddedt
- Update item renderer mixin for 1.19.4 - embeddedt
- Actually cache item models - embeddedt
- Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes - embeddedt
- Tweak Fabric model bakery to run more vanilla code - embeddedt
- Update entity renderer mixin - embeddedt
- Drop resource pack mixin from 1.19.4 for now - embeddedt
- Fix model bakery issues - embeddedt
- Fix mixin - embeddedt
- Spotless - embeddedt
- Fabric - embeddedt
- Compilation fixes - embeddedt
- Fix compile error - embeddedt
- Fix NamespacedWrapper needing remap - embeddedt
- Fix exception in model removal notification - embeddedt
- Fix search trees, downgrade Forge so REI works in dev - embeddedt
- Fix running outside dev - embeddedt
- Speed up world creation screen - embeddedt
- Port dynamic model loading to 1.19.4 - embeddedt
- 1.19.4 - embeddedt
Changes since 3.6.0
- Advancement recursion speedup on Forge, based off Advancements Debug - embeddedt
- Simplify item rendering optimization - embeddedt
- Disable bugfix.chunk_deadlock for DimThread - embeddedt
- Disable packet leak fix when MemoryLeakFix is present on Fabric - embeddedt
- Decommission the chunk saving fix - embeddedt
- Make CanonizingStringMap not crash on null keys/values - embeddedt
- Fix Skyblock Builder crash - embeddedt
- Support new REI version - embeddedt
- Improve structure cache wording - embeddedt
- Disable cache invalidation outside dev - embeddedt
- Fix resource pack cache not working as well as it could - embeddedt
- Only use JEI backed search tree if EMI is not installed - embeddedt
- Replace default backing map of NBT tags in more compatible way - embeddedt
- Add off-by-default feature to automatically thread dump every 60 seconds - embeddedt
- Fixes for LBG+Diagonal Fences together - embeddedt
- Tweak dynamic texture mixin - embeddedt
- Provide more useful information if the image used in DynamicTexture is null - embeddedt
- Split unbaked model load event into load and pre-bake stages - embeddedt
- Only inject integration first time - embeddedt
- Add support for Diagonal Fences - embeddedt
- Disable faster texture loader if Changed:MC is installed - embeddedt
- Fix startup crash introduced in last commit - embeddedt
- Work around KeyMapping names being retrieved off-thread - embeddedt
- Add more texture paths - embeddedt
- Fire model integrations on Fabric - embeddedt
- Move AE2 dynamic resources compat to common module - embeddedt
- Fix AE2 mod id - embeddedt
- Back client integration list with COW arraylist - embeddedt
- Depend on full Fabric API at runtime - embeddedt
- Tweak point at which dummy models are cleared on Fabric - embeddedt
- Disable faster_texture_loading and faster_texture_stitching when Opticrash is present - embeddedt
- Only preserve window position if a non-default width/height was given - embeddedt
- Avoid exposing mods to exceptions when baking models - embeddedt
- Fix performance issue when loading large NBT maps - embeddedt
- Replace Forge dynamic model bake event with modloader-independent custom solution - embeddedt
Changes since 2.6.0
- Advancement recursion speedup on Forge, based off Advancements Debug - embeddedt
- Simplify item rendering optimization - embeddedt
- Disable bugfix.chunk_deadlock for DimThread - embeddedt
- Disable packet leak fix when MemoryLeakFix is present on Fabric - embeddedt
- Decommission the chunk saving fix - embeddedt
- Make CanonizingStringMap not crash on null keys/values - embeddedt
- Fix Skyblock Builder crash - embeddedt
- Support new REI version - embeddedt
- Improve structure cache wording - embeddedt
- Disable cache invalidation outside dev - embeddedt
- Fix resource pack cache not working as well as it could - embeddedt
- Only use JEI backed search tree if EMI is not installed - embeddedt
- Replace default backing map of NBT tags in more compatible way - embeddedt
- Add off-by-default feature to automatically thread dump every 60 seconds - embeddedt
- Split unbaked model load event into load and pre-bake stages - embeddedt
- Disable faster texture loader if Changed:MC is installed - embeddedt
- Fix startup crash introduced in last commit - embeddedt
- Work around KeyMapping names being retrieved off-thread - embeddedt
- Add more texture paths - embeddedt
- Fire model integrations on Fabric - embeddedt
- Move AE2 dynamic resources compat to common module - embeddedt
- Fix AE2 mod id - embeddedt
- Back client integration list with COW arraylist - embeddedt
- Depend on full Fabric API at runtime - embeddedt
- Tweak point at which dummy models are cleared on Fabric - embeddedt
- Disable faster_texture_loading and faster_texture_stitching when Opticrash is present - embeddedt
- Only preserve window position if a non-default width/height was given - embeddedt
- Avoid exposing mods to exceptions when baking models - embeddedt
- Fix performance issue when loading large NBT maps - embeddedt
- Replace Forge dynamic model bake event with modloader-independent custom solution - embeddedt
Changes since 1.15.0
- Advancement recursion speedup on Forge, based off Advancements Debug - embeddedt
- Simplify item rendering optimization - embeddedt
- Disable bugfix.chunk_deadlock for DimThread - embeddedt
- Disable packet leak fix when MemoryLeakFix is present on Fabric - embeddedt
- Decommission the chunk saving fix - embeddedt
- Make CanonizingStringMap not crash on null keys/values - embeddedt
- Fix Skyblock Builder crash - embeddedt
- Improve structure cache wording - embeddedt
- Disable cache invalidation outside dev - embeddedt
- Replace default backing map of NBT tags in more compatible way - embeddedt
- Add off-by-default feature to automatically thread dump every 60 seconds - embeddedt
- Split unbaked model load event into load and pre-bake stages - embeddedt
- Disable faster texture loader if Changed:MC is installed - embeddedt
- Add more texture paths - embeddedt
- Fire model integrations on Fabric - embeddedt
- Back client integration list with COW arraylist - embeddedt
- Depend on full Fabric API at runtime - embeddedt
- Tweak point at which dummy models are cleared on Fabric - embeddedt
- Disable faster_texture_loading and faster_texture_stitching when Opticrash is present - embeddedt
- Only preserve window position if a non-default width/height was given - embeddedt
- Avoid exposing mods to exceptions when baking models - embeddedt
- Fix performance issue when loading large NBT maps - embeddedt
- Replace Forge dynamic model bake event with modloader-independent custom solution - embeddedt