Laser Utils

Minecraft Forge 1.20.1 / 1.21.1 Utility Library

File Details

laser_utils-1.21.1-5.1.0

  • R
  • Jan 29, 2025
  • 164.34 KB
  • 82
  • 1.21.1
  • Forge

File Name

laser_utils-5.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Forge

implementation "curse.maven:laser-utils-1168168:6137581"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 5.1.0

  • LaserRenderer
    • Contains methods for rendering Beacon Beams and Guardian Beams
  • RenderLayers
    • Contains a method for adding render layers to the Player
  • OnAbilityKeyPressEvent
    • Event called when the LUKeyBindings#abilityKey is pressed
  • LUDataGenerator
    • Most providers and other methods can now return null and don't have to be overridden in the subclass. If a provider returns null, it will not run.
    • AssetGenerator
      • AssetGenerator#objectRegistry is now annotated as @NotNull