Minecraft Version Compatibility
LK Creator supports generating content for multiple Minecraft versions across 6 plugins. This page helps you verify that your server setup is compatible.
Quick Compatibility Check
| Minecraft Version | ItemsAdder | Oraxen | Nexo | CraftEngine | MythicCrucible | HMCCosmetics |
|---|---|---|---|---|---|---|
| 1.20.x | Yes | Yes | - | Yes | Yes | Yes (target only) |
| 1.20.5 | Yes | Yes | - | Yes | Yes | Yes (target only) |
| 1.21.0 | Yes | Yes | - | Yes | Yes | Yes (target only) |
| 1.21.1 - 1.21.5 | Yes | - | Yes | Yes | Yes | Yes (target only) |
| 1.21.6+ | Yes | - | Yes* | Yes | Yes | Yes (target only) |
*Nexo components are validated for 1.21.1 - 1.21.5. Check the Nexo documentation for newer versions.
Key Version Boundaries
Minecraft 1.20.5 — Item Components Introduction
Starting with MC 1.20.5, Minecraft introduced the data component system. CraftEngine was the first to adopt this:
- CraftEngine components support: 1.20.5 - 1.21.11
- This includes:
max_stack_size,max_damage,food,tool,attribute_modifiers
Minecraft 1.21.1 — Full Component System
MC 1.21.1 expanded the component system significantly:
- Nexo components support: 1.21.1 - 1.21.5
- Components available:
food,tool,equippable,consumable,attribute_modifiers,max_stack_size,max_damage
Oraxen Deprecation
Oraxen development has been discontinued in favor of Nexo. If you’re on MC 1.21.1+, migrate to Nexo (see Migration Guide).
Detailed References
- Plugin Version Requirements — minimum plugin and server versions
- Component Compatibility Matrix — which components work on which MC version per plugin