# Change Log
[ToLaserBlade (NeoForge)](https://github.com/Iunius118/ToLaserBlade#readme).
[Source](https://github.com/Iunius118/ToLaserBlade).

## [Unreleased]

## [17.0.0-beta.8]
- This version is not compatible with item data from 1.21.11 or earlier.
- Many features are still unimplemented in this version.
- [Beta.7] Add experimental Forge version.

### Added
- Laser Blade items.
- Laser blade part items.
- Laser Blade Blueprint block and its GUI for upgrading laser blades.
  - Place a Laser Blade Blueprint on the ground and right-click on it to open the GUI.
- Add 3 enchantments that can be applied to laser blades using laser blade blueprint GUI.
  - Laser Blade enchantment, increases attack damage and attack speed of the weapon.
  - Light Element enchantment, increases damage against undead mobs and illagers.
  - Repulsive Force enchantment, allows Laser Blades to block attacks and increases knockback strength at higher levels.
- Repulsive Force is provided by an independent built-in data pack and can therefore be disabled separately.
- Add new recipes.
- [Beta.4] Add JEI plugin to display mod recipes in JEI (only for Fabric and NeoForge versions).
- [Beta.4] Compatible with Just Enough Items (JEI) v29.12.0.40+.
- [Beta.5] Add 4 sound events for laser blades.
  - `tolaserblade:item.laser_blade.swing` - Plays when a laser blade is swung.
  - `tolaserblade:item.laser_blade.hit` - Plays when a laser blade hits an entity.
  - `tolaserblade:item.laser_blade.block` - Plays when a laser blade blocks an attack.
  - `tolaserblade:item.laser_blade.break` - Plays when a laser blade guard is broken.
- [Beta.8] Add Advancements.

### Changed
- Port to Minecraft 26.1.2.
- NeoForge version - Require NeoForge 26.1.2.75.
- Fabric version - Require Fabric Loader 0.19.3 and Fabric API 0.151.0+26.1.2.
- Forge version - Require Minecraft Forge 64.1.0.
- Laser blades are now lost when they reach zero durability.
- Use `minecraft:custom_model_data` component to store laser blade colors.
- [Beta.6] Change format of mod recipe files.
