hytale-blocks

Create custom Hytale blocks with BlockType JSON definitions and asset packs.

13|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-blocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-blocks
Source: https://github.com/JBurlison/Hytale-Mod-Agent/tree/main/.github/skills/hytale-blocks
Command: npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-blocks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating and defining custom blocks within Hytale plugins, streamlining mod development.

Core Features & Use Cases

  • Block Definition: Guides users through creating BlockType JSON definitions for custom blocks.
  • Asset Integration: Explains how to integrate textures, models, and icons into the plugin's asset pack.
  • Use Case: When you need to add a new type of ore or a decorative building material to your Hytale mod, this skill provides the exact JSON structure and asset path requirements.

Quick Start

Use the hytale-blocks skill to define a new custom block named 'my_new_block' with a cube draw type and solid material.

Frequently Asked Questions about hytale-blocks

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

FAQPage Schema
How do I create custom blocks in a Hytale mod?

To create custom blocks in a Hytale mod, define a BlockType JSON configuration within your plugin's asset pack, specifying textures, material properties, and gathering mechanics to implement the block.

How does JSON definition work for Hytale block textures and materials?

JSON definition for Hytale blocks involves configuring a BlockType file where you specify the cube draw type, link texture assets from the asset pack, and define solid material properties for rendering.

Do I need a specific manifest configuration to add custom Hytale blocks?

Yes, adding custom Hytale blocks requires a modding environment with asset pack inclusion explicitly enabled in the plugin's manifest.json file before block definitions and textures are loaded.

What is the correct asset folder structure for Hytale block textures and models?

The asset folder structure for Hytale blocks organizes textures, models, and icons within the plugin's asset pack directory, ensuring the JSON definition correctly references the paths for block rendering.

Can I configure gathering mechanics for custom blocks using JSON?

Yes, you can configure gathering mechanics for custom blocks by defining the specific properties and material behaviors within the BlockType JSON definition in your Hytale plugin asset pack.