Releases: UselessSolutions/BTA_Babric_PrismaticLibe
Releases · UselessSolutions/BTA_Babric_PrismaticLibe
v3.1.2-7.1
- Fixed armor color blend onto held items
v3.1.1-7.1
- Fixed incorrect coloring on EntityItems with 3d items disabled
v3.1.0-7.1
Change Log
Fixes:
- Fixed alpha being set to brightness value
- Updated to release 7.1
DO NOT DOWNLOAD THE SOURCES JAR UNLESS YOU KNOW WHAT ITS ACTUALLY FOR
v3.0.3-7.1
Change Log
Fixes:
- Fixed alpha being set to brightness value
DO NOT DOWNLOAD THE SOURCES JAR UNLESS YOU KNOW WHAT ITS ACTUALLY FOR
v3.0.2-7.1
Change Log
Fixes:
- Fixed atlas size calculations being hardcoded at 32 wide
DO NOT DOWNLOAD THE SOURCES JAR UNLESS YOU KNOW WHAT ITS ACTUALLY FOR
v3.0.0
This version is for BTA 7.1
Change Log
Additions:
- Added slot property interfaces
- IAlpha (defines the alpha level the stack in the slot should use)
- IHighlight (defines the color and opacity of a highlight on top of the slot)
- IResizable (defines the size of the slot itself)
- Added IColoredArmor, allows for multiple armor textures to be colored and rendered on the player
Changes:
- Moved colored item rendering code out of the mixins
- Rewrote IColored to return a Colored Texture array from an itemstack (you can now have an arbitrary amount of texture layers)
- All textures now have alpha value support
Removals:
- SlotResizeable class (replaced with interface)
- SlotCraftingDisplay class (replaced with interfaces)
- ModVersionHelper class (use fabric or halplibe version checking instead)
- SoundHelper class (identical to HalpLibe's SoundHelper)
- GUIAuditoryButtons class (use IButtonSounds)
v3.0.1-7.1
Change Log
Fixes:
- Leather armor is no longer grey #3
DO NOT DOWNLOAD THE SOURCES JAR UNLESS YOU KNOW WHAT ITS ACTUALLY FOR
v2.2.0
Change Log
Additions:
- Can now add streaming sounds (disc music)
- Can now add cave music (cave sounds)
- Added mod menu library tag
Fixes:
- AtlasLib patch
v2.1.5 Compatibility Fix
Change Log
Changes:
- Removed all overwrite mixins
- Should now be compatible with Better than Scaling
v2.1.4 Sound Helper Fix
Change Log
Fixes:
- addMusic() now extracts to the correct directory