Homepage cleanup authored by Brickgard's avatar Brickgard
...@@ -6,6 +6,9 @@ MythicEnchants is built as an add-on to [MythicMobs](https://mythiccraft.io/inde ...@@ -6,6 +6,9 @@ MythicEnchants is built as an add-on to [MythicMobs](https://mythiccraft.io/inde
## The Latest and Greatest ## The Latest and Greatest
Thanks to Minecraft introducing data-driven enchantment registration in 1.21, custom enchantments can finally be introduced without hacky lore-text displays or unstable packet modifications (the only tools available before this). MythicEnchants auto-generates its datapack and resourcepack elements, and automatically installs/manages the datapack in configured worlds. This is also what makes support for vanilla crafting, such as the anvil or grindstone, seamless and data-driven. Thanks to Minecraft introducing data-driven enchantment registration in 1.21, custom enchantments can finally be introduced without hacky lore-text displays or unstable packet modifications (the only tools available before this). MythicEnchants auto-generates its datapack and resourcepack elements, and automatically installs/manages the datapack in configured worlds. This is also what makes support for vanilla crafting, such as the anvil or grindstone, seamless and data-driven.
## Mythic Ecosystem Meets Enchantments
MythicEnchants focuses on providing enchantment-related functionality to the Mythic ecosystem, such as configuring [applicable enchantments on MythicMobs](/Info/MythicMob-Enchant-Options) and managing the powerful [`enchant` skill mechanic](/Mechanics/Enchant).
## First Getting Started ## First Getting Started
If you're new to MythicEnchants, be sure to review the [setup steps](/info/setup) for requirements, initial startup, and datapack/resourcepack steps. If you're new to MythicEnchants, be sure to review the [setup steps](/info/setup) for requirements, initial startup, and datapack/resourcepack steps.
> MythicEnchants utilizes Minecraft features introduced in 1.21, so no versions below that will ever be supported. > MythicEnchants utilizes Minecraft features introduced in 1.21, so no versions below that will ever be supported.
...@@ -13,9 +16,6 @@ If you're new to MythicEnchants, be sure to review the [setup steps](/info/setup ...@@ -13,9 +16,6 @@ If you're new to MythicEnchants, be sure to review the [setup steps](/info/setup
### ⚠️ New Enchants Require Restarts! ### ⚠️ New Enchants Require Restarts!
Since these enchantments are running through a datapack, adding new enchantments requires a full restart to register them; this is also why the initial setup requires a *second* restart after intial configuration. Adjusting enchantment behavior can refresh on reload, but core data-driven values such as loot tables likely require a restart. If in doubt, restart after you're done configuring for best results! Since these enchantments are running through a datapack, adding new enchantments requires a full restart to register them; this is also why the initial setup requires a *second* restart after intial configuration. Adjusting enchantment behavior can refresh on reload, but core data-driven values such as loot tables likely require a restart. If in doubt, restart after you're done configuring for best results!
### [Developer API](/API/API)
Comprehensive public API with 20+ methods for external plugin integration.
> Logo created by [@maecy](https://twitter.com/maecy_official?s=21&t=ZBZ5BDKcoa6LYFwgd690_A)\ > Logo created by [@maecy](https://twitter.com/maecy_official?s=21&t=ZBZ5BDKcoa6LYFwgd690_A)\
> MythicEnchants maintained by [Stellius](https://stellius.net/) > MythicEnchants maintained by [Stellius](https://stellius.net/)
... ...
......