hytale-custom-blocks

Define custom Hytale block types with textures, physics, and crafting benches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a complete framework for defining custom Hytale block types, including texture, physics, states, farming, crafting benches, and interactions, to streamline plugin development.

Core Features & Use Cases

  • Block creation: Define new block types with textures, materials, and draw types.
  • Rendering & physics: Configure textures, models, sounds, physics, and particle effects.
  • Interactions & farming: Add usable interactions, farming growth, and crafting bench support.
  • Use Case: Example: Create a new mythril ore block that drops a custom item and supports growth stages.

Quick Start

Use the hytale-custom-blocks skill to define a new block type named Mythril Ore with texture, state, and drop configuration.

Frequently Asked Questions about hytale-custom-blocks

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

FAQPage Schema
How do I define custom Hytale blocks with specific textures and physics?

To define custom Hytale blocks, you use frontmatter-driven metadata to specify block properties like DrawType, Texture, Material, and States. This framework allows you to configure rendering, physics, sounds, and interactions within your plugin assets.

Can I create farming blocks with growth stages in Hytale?

Yes, you can create farming blocks with growth stages in Hytale. The Skill supports defining farming growth behaviors and usable interactions, allowing you to implement crops or similar blocks that progress through different visual states.

What block properties are available when creating new Hytale block types?

Available block properties include DrawType, Texture, Material, and States. You can also configure sounds, particle effects, physics, crafting bench support, and specific interactions to fully define how the block behaves in-game.

Does this framework support adding crafting benches and custom interactions to blocks?

Yes, the framework supports adding crafting benches and custom interactions to blocks. You can define usable interactions and crafting bench support directly when configuring your new block types within the plugin assets.

How do I configure a custom Hytale ore block that drops a specific item?

You configure a custom Hytale ore block by defining its name, texture, state, and drop configuration using frontmatter-driven metadata. This allows you to specify that the block drops a custom item when interacted with or broken.