A fork of ArmoredElytra
Go to file
Pim van der Loos 03d0f9492e
Switch to NamespacedKeys for enchantments
- Switched to using NamespacedKeys for enchantments instead of their names. This means that all properly registered custom enchantments are supported in one go.
- Removed the overengineered enchantment platform stuff. That was built with the idea that every custom enchantment plugin would have their own way of implementing custom enchantments. However, now that I found out that custom enchantments can just be registered using NamespacedKeys, none of this is required anymore.
2020-12-14 13:17:52 +01:00
src/main Switch to NamespacedKeys for enchantments 2020-12-14 13:17:52 +01:00
.gitignore Fix incorrect armored elytra creation 2020-08-04 14:25:53 +02:00
LICENSE Create LICENSE 2020-12-11 15:09:05 +01:00
pom.xml Update to Spigot 1.16.4 dependency 2020-11-24 10:59:00 +01:00
vanillaEnchantments Switch to NamespacedKeys for enchantments 2020-12-14 13:17:52 +01:00