Developer Mode Cookbook
Ready-to-use recipes for LK Creator’s Developer Mode. Each example includes complete, copy-pasteable YAML configurations for supported plugins.
What is this?
The Cookbook provides practical, real-world examples of custom items you can create using Developer Mode. Each recipe includes:
- A description of what the example creates
- Prerequisites (plugin, Minecraft version)
- Complete YAML for each supported plugin
- Notes about plugin-specific differences
How to Use These Recipes
- Open LK Creator and go to the Generator page
- Select Developer Mode (Pro feature)
- Choose your target plugin and item type
- Copy the YAML from the recipe below
- Paste it into the Developer Mode editor
- Upload your textures and models
- Click Generate
Tip: You can modify any value in the YAML after pasting. The Developer Mode editor provides real-time validation and 3D preview.
Recipes
| Recipe | Item Type | Plugins | MC Version |
|---|---|---|---|
| Custom Sword with Attributes | Sprite | Nexo, CraftEngine | 1.21.1+ |
| Animated Bow | Bow | ItemsAdder, Nexo, CraftEngine | 1.20+ |
| Loot Table Drops | Sprite | Nexo, ItemsAdder | 1.21+ |
| Custom Food with Effects | Food | Nexo, CraftEngine | 1.21.1+ |
| Furniture Set | Furniture | ItemsAdder, Nexo, Oraxen | 1.20+ |
| Full Armor Set | Armor | ItemsAdder, Nexo, Oraxen, CraftEngine | 1.20+ |
Prerequisites
- LK Creator Pro account (Developer Mode is Pro-only)
- Your Minecraft server running a supported plugin version
- Basic understanding of YAML syntax (see YAML Errors reference if needed)