Skip to content

BlueLib 1.7.0

Latest
Compare
Choose a tag to compare
@MeAlam1 MeAlam1 released this 09 Jan 22:05
· 5 commits to 1.21 since this release
e90e932

1.7.0

Added

  • Gradients onto the color markdown
    • ex. -#000000,#FFFFFF,#00FF00-(text) will print text in a gradiant from Black to White to Green.
    • By: MeAlam
  • Added 3 Interfaces, IFlyingEntity ISwimmingEntity ITamableEntity which help streamline development by having preset Methods an Logic to help developers code their entities!
    • By: Kyradjis

Changed

  • Refactored Variant Loader to use a general JSON parser, enabling support for custom user-defined JSONs.
    • By: MeAlam

Updated

  • Updated neoforged.moddev to:
    • 2.0.73
  • Updated Fabric to:
    • 0.114.2+1.21.4
  • Updated Fabric Loader to:
    • 0.16.10
  • Updated Neoforge to:
    • 21.4.50-beta
  • Updated Parchment to:
    • 2024.12.22

Bug Fixes

  • Fixed /reload not reloading the Variants Correctly
    • By: MeAlam
    • Cause: The event registering /reload was never made. oops
  • Fixed DataGen not working on Fabric
    • By: MeAlam
    • Cause: DataGen on Fabric tried to execute Client code thru the server which broke it.