Skip to content

Releases: UselessSolutions/BTA_Babric_PrismaticLibe

v3.1.2-7.1

24 Apr 17:41
Compare
Choose a tag to compare
  • Fixed armor color blend onto held items

v3.1.1-7.1

13 Apr 06:12
Compare
Choose a tag to compare
  • Fixed incorrect coloring on EntityItems with 3d items disabled

v3.1.0-7.1

11 Apr 21:58
Compare
Choose a tag to compare

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

24 Jan 00:26
Compare
Choose a tag to compare

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

20 Jan 23:16
2f76129
Compare
Choose a tag to compare

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

04 Dec 21:33
Compare
Choose a tag to compare

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

07 Jan 23:37
Compare
Choose a tag to compare

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

29 Sep 01:38
Compare
Choose a tag to compare

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

09 Sep 08:35
Compare
Choose a tag to compare

Change Log

Changes:

  • Removed all overwrite mixins
  • Should now be compatible with Better than Scaling

v2.1.4 Sound Helper Fix

05 Sep 06:01
Compare
Choose a tag to compare

Change Log

Fixes:

  • addMusic() now extracts to the correct directory