Laser Utils

Minecraft Forge 1.20.1 / 1.21.1 Utility Library

File Details

laser_utils-1.21.1-4.0.0

  • R
  • Jan 5, 2025
  • 155.38 KB
  • 23
  • 1.21.1
  • Forge

File Name

laser_utils-4.0.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Version 4.0.0

  • Added InputEvent.Key as an additional parameter for AbilityItem#additionalConditions.
  • Added a protected immutable field for the EnhancedToolTier of EnhancedAxeItem, EnhancedHoeItem, EnhancedPickaxeItem, EnhancedShovelItem, EnhancedSwordItem, and EnhancedTieredItem
  • Cooldown can now be set to 0 for AbilityItem#cooldownTicks
  • RayCast changes
    • Particle parameters changed from SimpleParticleType -> ParticleOptions
    • Added an extra option for step size
  • LULootTables.BlockLoot and LULootTables.EntityLoot are no longer abstract classes
  • Fixed LUItemModelProvider not generating models for item classes that weren't implementing the AssetSkipModel interface