Updated Crossbow Enchants to version 1.1.4, for Minecraft 1.21.
- Implemented the improvements mentioned in release 1.2.3, and the bug fix mentioned in release 1.2.4, to this version for Minecraft 1.21.
Updated Crossbow Enchants to version 1.2.4, for Minecraft 1.21.1.
- Fixed a bug where the Flame, Infinity, Mending, and Punch enchantments were not appliable to crossbows when the mod was installed on the client side and the client’s language was set to something other than English.
- Modified the parsing of the config, the instance will no longer crash when a ParsingException is thrown by NightConfig, and instead Crossbow Enchants will operate normally with default values.
Updated Crossbow Enchants to version 1.0.5, for Minecraft 1.20 to 1.20.4
- Added all the improvements mentioned in release 1.2.3 to this version.
- Added backwards support, this version now supports all versions from 1.20 to 1.20.4, inclusive.
Updated Crossbow Enchants to version 1.2.3, for Minecraft 1.21.1.
- Improved commands class - shortened it by using a single method for all config modifications, in addition to that, all changes to the config through commands are now broadcasted to all players with op status.
- Improved config manager class - now catches parsing exceptions that are thrown by NightConfig and adds some information to them, also added logging of missing config properties.
- Updated inconsistent comments and added new comments to hopefully make the code slightly more understandable.
I'm also currently working on a big mod, one that will be nice for us Terraria players, stay tuned!
Minor bugfix, version 1.0.2 for Minecraft 1.20.4.
- Fixed a bug where the instance would crash when an entity such as a pillager or a skeleton used a crossbow enchanted with infinity - Issue #2.