Homepage cleanup authored by Brickgard's avatar Brickgard
......@@ -10,8 +10,8 @@ Thanks to Minecraft introducing data-driven enchantment registration in 1.21, cu
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.
### 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. 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!
### ⚠️ 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!
### [Developer API](/API/API)
Comprehensive public API with 20+ methods for external plugin integration.
......
......