Skip to content

Commit 5eeae84

Browse files
committed
v3.1.2
1 parent ad19b84 commit 5eeae84

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

changelog.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ mod_logo = azurelib.png
5151
mod_name = AzureLib
5252
mod_sources = https://github.com/AzureDoom/AzureLib
5353
mod_url = https://modrinth.com/mod/azurelib
54-
version = 3.1.1
54+
version = 3.1.2
5555
modrinth_id = 7zlUOZvb

0 commit comments

Comments
 (0)