hytale-crafting-recipes

Author and register custom Hytale crafting recipes with JSON schemas.

5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/MnkyArts/hytale-skills --skill hytale-crafting-recipes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-crafting-recipes
Source: https://github.com/MnkyArts/hytale-skills/tree/main/skills/hytale-crafting-recipes
Command: npx skills add https://github.com/MnkyArts/hytale-skills --skill hytale-crafting-recipes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured approach to authoring and registering custom crafting recipes for Hytale plugins, reducing manual boilerplate and ensuring consistent formats across projects.

Core Features & Use Cases

  • Recipe authoring: Define shaped, shapeless, processing, diagram, and structural recipes with standardized JSON schemas.
  • Registration & discovery: Centralized frontmatter-based metadata enables AI assistants to discover and propose relevant recipes for plugin development.
  • Use Case: When adding a new item, you can create the corresponding crafting recipe and automatically register it with the CraftingRecipeRegistry, ready for loading in-game.

Quick Start

To begin, add a new recipe JSON under assets/Server/Content/Recipes/crafting and reference it from your plugin’s registration code or through the asset pipeline.

Frequently Asked Questions about hytale-crafting-recipes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define custom Hytale crafting recipes in JSON?

Define custom Hytale crafting recipes in JSON by structuring files with Input, Output, BenchRequirement, and optional Diagram, Knowledge, and Registry metadata fields. This skill enforces standardized schemas for shaped, shapeless, processing, diagram, and structural recipe types.

What types of crafting recipes does Hytale support for plugin development?

Hytale supports shaped, shapeless, processing, diagram, and structural crafting recipes for plugins. Each type requires specific JSON structures containing Input, Output, and BenchRequirement fields to ensure proper registration and loading.

How do I register a crafting recipe with the CraftingRecipeRegistry?

Register a crafting recipe by adding a JSON file under assets/Server/Content/Recipes/crafting and referencing it from your plugin's registration code or the asset pipeline. The centralized frontmatter metadata enables automatic discovery and registration.

Can I use diagram and knowledge requirements in Hytale recipe JSON?

Yes, you can include optional Diagram and Knowledge metadata in Hytale recipe JSON structures. These fields supplement the required Input, Output, and BenchRequirement data to define more complex crafting conditions and constraints.

What is the best way to structure Hytale asset packs for crafting recipes?

Structure Hytale asset packs by placing recipe JSON files under assets/Server/Content/Recipes/crafting. This standardized location ensures consistent format across projects and enables the asset pipeline to automatically load and register recipes in-game.

Why does my Hytale crafting recipe fail to load in-game?

Crafting recipes fail to load when JSON structures lack required Input, Output, or BenchRequirement fields, or when files are not properly referenced from plugin registration code. Ensure standardized schemas are followed for all recipe types.