Fixed an issue with fortune not applying on all mined blocks.
Refactored code to run faster.
Fixed weird particles that would happen when using another texture pack on top of the mining laser pack.
Tweaked a few textures in the mining lasers resource pack.
This update has changed a lot of things in the plugin, Here is a list.
Additions:
+ Ability to set Laser names from config
+ Ability to add lore to lasers from config and as many as you want.
+ You can now add any enchantment to any laser.
+ Changed the way enchantments are added which allows above vanilla enchantment levels
+ The plugin will now print to console if an enchantment is not correct.
+ Added new command /lases version, Which will print the plugin and config version.
+ Cleaned up how items are created which will help with server lag as the item is no longer stored and the create method is only called when you give the item.
Removals:
- Took the about info out of the config.
- Removed the invisible enchantment on silk touch lasers.