minecraft-resource-pack

Validate Minecraft 1.21.x resource pack assets and configuration references.

111|9|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Jahrome907/minecraft-agent-skills --skill minecraft-resource-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minecraft-resource-pack
Source: https://github.com/Jahrome907/minecraft-agent-skills/tree/main/plugins/minecraft-codex-skills/skills/minecraft-resource-pack
Command: npx skills add https://github.com/Jahrome907/minecraft-agent-skills --skill minecraft-resource-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating and maintaining Minecraft resource packs can be tedious and error-prone, requiring careful coordination of textures, models, fonts, sounds, and pack metadata. This Skill provides a comprehensive guide to design, validate, and organize all resource-pack assets for Minecraft 1.21.x, reducing manual toil and preventing mismatches.

Core Features & Use Cases

  • Textures and models: defines how block and item visuals are overridden with correct namespace-aware paths.
  • Fonts, sounds, and languages: ensures language keys, font providers, and sound assets are wired correctly.
  • Validation and compatibility: includes a validator script to verify pack format, JSON validity, and cross-references across assets.
  • Use Case: create a themed texture pack for a 1.21.x version and ensure all assets load without errors.

Quick Start

Run the validator script on your resource pack root to verify assets, references, and JSON integrity.

Frequently Asked Questions about minecraft-resource-pack

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

FAQPage Schema
How do I validate Minecraft resource pack assets for version 1.21.x?

You can validate Minecraft resource pack assets by running the validator script on your pack root to verify pack_format values, JSON validity, and cross-references across textures, models, and sounds.

What is the correct pack_format value for a Minecraft 1.21.x resource pack?

The correct pack_format value for Minecraft 1.21.x is enforced by the validation workflow, which checks your pack metadata to ensure it matches the required version specifications and prevents loading errors.

How do I fix broken texture and model references in a Minecraft resource pack?

Fix broken texture and model references by applying namespace-based file placement rules and using the validator script to resolve cross-references, ensuring all block and item visuals load without errors.

Does this validation workflow support custom fonts and sounds for Minecraft resource packs?

Yes, the validation workflow supports custom fonts and sounds by ensuring language keys, font providers, and sound assets are wired correctly with namespace-aware paths for Minecraft 1.21.x.

Why won't my Minecraft resource pack load without namespace-aware file paths?

Minecraft resource packs require namespace-aware file paths to correctly locate and override block and item visuals; without them, the validator flags cross-reference resolution errors and assets fail to load.