Added
- Add sound event to DX Laser B1ade:
tolaserblade:item.dx_laser_blade.hit
. - Add sound events to Laser Blade:
tolaserblade:item.laser_blade.hit
andtolaserblade:item.laser_blade.block
. - Add sound events to Laser Blade (fireproof):
tolaserblade:item.laser_blade_fp.hit
andtolaserblade:item.laser_blade_fp.block
. - Add sound event to Brand-new Laser Blade:
tolaserblade:item.lb_brand_new.use
. - Add sound event to Brand-new Laser Blade (fireproof):
tolaserblade:item.lb_brand_new_fp.use
. - Add sound event to laser trap:
tolaserblade:item.laser_trap.activate
. - Add
useShieldSoundForLaserBlade
to client-side config.
Changed
- Require Forge 1.21.4-54.1.0+.
- Adjust sound effects of laser blade.
Added
- Add sound event to DX Laser B1ade:
tolaserblade:item.dx_laser_blade.hit
. - Add sound events to Laser Blade:
tolaserblade:item.laser_blade.hit
andtolaserblade:item.laser_blade.block
. - Add sound events to Laser Blade (fireproof):
tolaserblade:item.laser_blade_fp.hit
andtolaserblade:item.laser_blade_fp.block
. - Add sound event to Brand-new Laser Blade:
tolaserblade:item.lb_brand_new.use
. - Add sound event to Brand-new Laser Blade (fireproof):
tolaserblade:item.lb_brand_new_fp.use
. - Add sound event to laser trap:
tolaserblade:item.laser_trap.activate
. - Add
useShieldSoundForLaserBlade
to client-side config.
Changed
- Adjust sound effects of laser blade.
Added
- Add sound event to DX Laser B1ade:
tolaserblade:item.dx_laser_blade.hit
. - Add sound events to Laser Blade:
tolaserblade:item.laser_blade.hit
andtolaserblade:item.laser_blade.block
. - Add sound events to Laser Blade (fireproof):
tolaserblade:item.laser_blade_fp.hit
andtolaserblade:item.laser_blade_fp.block
. - Add sound event to Brand-new Laser Blade:
tolaserblade:item.lb_brand_new.use
. - Add sound event to Brand-new Laser Blade (fireproof):
tolaserblade:item.lb_brand_new_fp.use
. - Add sound event to laser trap:
tolaserblade:item.laser_trap.activate
. - Add
useShieldSoundForLaserBlade
to client-side config.
Changed
- Require Forge 1.20.1-47.4.0.
- Adjust sound effects of laser blade.
ToLaserBladeAPI.registerModelRegistrationListener
uses ToLaserBlade event bus.
Added
- Add
laserBladeBaseDamage
,laserBladeBaseSpeed
, andattackDamageUpgradeMultiplier
to server-side config.
Changed
- Require Forge 1.21.4-54.0.21+.
- Make base attack damage and base attack speed of laser blades configurable.
- Make damage multiplier of attack damage upgrade configurable.
- Change limits of
maxAttackDamageUpgradeCount
in server-side config.
Added
- Add
laserBladeBaseDamage
,laserBladeBaseSpeed
, andattackDamageUpgradeMultiplier
to server-side config.
Changed
- Make base attack damage and base attack speed of laser blades configurable.
- Make damage multiplier of attack damage upgrade configurable.
- Change limits of
maxAttackDamageUpgradeCount
in server-side config.
Added
- Add
laserBladeBaseDamage
,laserBladeBaseSpeed
, andattackDamageUpgradeMultiplier
to server-side config.
Changed
- Require Forge 1.20.1-47.3.0+.
- Make base attack damage and base attack speed of laser blades configurable.
- Make damage multiplier of attack damage upgrade configurable.
- Change limits of
maxAttackDamageUpgradeCount
in server-side config.
Added
- Add special model type
tolaserblade:laser_blade
to render laser blade items. - Add tint source type
tolaserblade:laser_blade
to tint laser blade part items. - Add boolean property
tolaserblade:using_original_model
to represent condition of laser blades. - Add boolean property
tolaserblade:blocking
to represent condition of laser blades. - New color of brand-new laser blade for pale garden biome.
Changed
- Port to Minecraft 1.21.4.
- Require Forge 1.21.4-54.0.16+.
Added
- Add special model type
tolaserblade:laser_blade
to render laser blade items. - Add tint source type
tolaserblade:laser_blade
to tint laser blade part items. - Add boolean property
tolaserblade:using_original_model
to represent condition of laser blades. - Add boolean property
tolaserblade:blocking
to represent condition of laser blades. - New color of brand-new laser blade for pale garden biome.
Changed
- Port to Minecraft 1.21.4.
- Require NeoForge 21.4.47-beta+.