Hytale Crafting Recipe Generator
Create custom Hytale crafting recipes for mods with a visual 3x3 grid editor.
data/namespace/recipes/recipe_name.json in your datapack.Recipe Settings
Used for filename
Crafting Grid
Select items to create a shaped recipe pattern
Result
Generated JSON
{
"type": "hytale:crafting_shaped",
"pattern": [
" ",
" ",
" "
],
"key": {},
"result": {
"id": "hytale:crystal",
"count": 1
}
}How to Create Custom Recipes in Hytale
Shaped Recipes
Shaped recipes require items to be placed in a specific pattern on the crafting grid. The position of each item matters. Use this Hytale recipe generator to create shaped recipes with our visual 3x3 grid editor.
Shapeless Recipes
Shapeless recipes don't care about the position of ingredients. As long as all required items are in the crafting grid, the recipe will work. Perfect for simple crafting recipes.
Using Recipe Mods
To add custom recipes to Hytale:
- Generate your recipe JSON using this tool
- Create a mod folder structure
- Place the JSON in
data/namespace/recipes/ - Add the mod to your Hytale mods folder
- Reload mods with
/reload
Frequently Asked Questions
What are shaped recipes?
Shaped recipes require ingredients to be placed in a specific pattern, like how you craft a sword or pickaxe. The position of each item matters.
What are shapeless recipes?
Shapeless recipes work regardless of where ingredients are placed in the crafting grid, like combining dyes or simple material conversions.
What Hytale versions are supported?
This recipe generator creates JSON files designed for Hytale's modding system and crafting mechanics.
Can I add custom items?
Yes! You can manually edit the JSON to include any item ID, including custom items from other mods.
Need a Server for Your Custom Recipes?
Test and deploy your custom recipes on your own Hytale server with full mod support.
View Hosting Plans