File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v3.1.1
1+ v3.1.2
2+
3+ *** WARNING THIS IS A BREAKING CHANGE FROM 3.0.X, PLEASE ALLOW MOD DEVS TIME TO UPDATE THEIR MOD TO THIS VERSION***
24
35### Changes
4- - Set the default render type of Block Entities to translucent.
5- - Made AzProvider variables protected instead of private.
6+ - Cached controllers, some animations points, and other related data to reduce memory usage.
67
78### Fixes
8- - Fixed quads disappearing when entity gets hurt.
9- - Fixed quads rendering with cull when invisible and viewed in spectator mode.
10- - Fixed AzBlockEntityRendererConfig builder using a generic type instead of the correct one.
9+ - Fixed enum texture rendering as black in the config screen.
10+ - Fixed Armor Trim not showing enchant glint when enchanted.
11+ - Fixed Armor scaling on baby mobs.
12+ - Fixed an issue where the model cache would not update when a model was changed.
13+ - Fixed an issue where items couldn't use client side AzCommands.
Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ mod_logo = azurelib.png
5151mod_name = AzureLib
5252mod_sources = https://github.com/AzureDoom/AzureLib
5353mod_url = https://modrinth.com/mod/azurelib
54- version = 3.1.1
54+ version = 3.1.2
5555modrinth_id = 7zlUOZvb
You can’t perform that action at this time.
0 commit comments