MythicCrucible
MythicCrucible is part of the MythicMobs ecosystem, allowing custom items that integrate with MythicMobs skills and mechanics.
LK Creator Support
- Generator: ✅ 11 item types (Simple and Developer Mode) — no crops, food, or fonts
- Converter: ✅ Full support (source and target)
Supported Item Types
2D sprites, 3D models, armors, blocks, bows, crossbows, shields, furniture, tridents, 3D hats, and emojis.
Unsupported Item Types
- Crops — MythicCrucible does not support custom crops
- Food — MythicCrucible does not support 1.21+ food components
- Fonts — Only emojis are supported, not generic custom fonts
- 3D Blocks — Only NOTEBLOCK-type blocks are supported (no custom 3D block models)
Note: MythicCrucible uses PascalCase for YAML keys (e.g.,
Material,Display,Generation) unlike other plugins.
Output Structure
When generating for MythicCrucible, LK Creator produces:
MythicCrucible/
├── packs/
│ └── your_namespace/
│ ├── items/
│ │ └── your_items.yml
│ └── assets/
│ ├── textures/
│ │ └── item/
│ └── models/
│ └── item/Developer Mode Features
MythicCrucible has dedicated Developer Mode support with the following components:
- Attributes — Configure custom attributes on items, filtered by category (armor, weapon, general)
- Skill Triggers — Set up MythicMobs integration with triggers organized by category (combat, use, equip, interaction, timer)
- Enchantments — Apply enchantments filtered by type (weapon, ranged, armor, tool, universal, curse, trident)
- YAML Preview — Preview the generated MythicCrucible configuration before exporting
- Validation — Validate your configuration for errors before generating
Converter Notes
When converting to/from MythicCrucible:
- MythicMobs skill integrations (
Skills,Triggers) are plugin-specific and cannot be mapped to other plugins - Attribute modifiers use MythicCrucible’s own format — the converter handles translation where possible
- Standard item properties (display name, material, textures, models) convert smoothly
Installation
- Download the generated ZIP from LK Creator
- Extract into your MythicCrucible plugin directory
- Run
/mythicmobs reload