texture-creation

Extract vanilla Minecraft textures and apply RGB color transformations with ImageMagick.

Updated Oct 19, 2025
One-click install
npx skills add https://github.com/ksoichiro/ChronoDawn --skill texture-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: texture-creation
Source: https://github.com/ksoichiro/ChronoDawn/tree/main/.claude/skills/texture-creation
Command: npx skills add https://github.com/ksoichiro/ChronoDawn --skill texture-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating textures for Minecraft mods often requires manual painting and duplication across variants. This Skill guides efficient reuse of vanilla textures and precise color transformations to maintain visual consistency while speeding up production.

Core Features & Use Cases

  • Reuse vanilla textures by extracting base assets from the Minecraft jar and mapping them to new block/item variants.
  • Apply RGB-based color transformations to generate wood-type textures and other variants consistently.
  • Use batch processing workflows to produce multiple textures for doors, trapdoors, and related blocks.

Quick Start

Begin by selecting a base vanilla texture (e.g., oak door) and apply a color transformation to produce a new wood variant. Then verify in-game and iterate if needed.

Frequently Asked Questions about texture-creation

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

FAQPage Schema
How do I create custom Minecraft textures without manual painting?

Creating custom Minecraft textures without manual painting involves reusing vanilla textures extracted from the client jar and applying RGB-based color transformations to generate visually consistent block and item variants automatically.

Do I need ImageMagick to apply color transformations to vanilla textures?

Yes, you need ImageMagick installed to apply color transformations to vanilla textures. This skill relies on ImageMagick as an external image processing tool to execute the RGB-based color adjustments and batch processing workflows.

How do I extract base textures from the Minecraft jar for modding?

To extract base textures from the Minecraft jar for modding, you access the client jar file and map the extracted vanilla assets to new block or item variants as the starting point for your color transformation workflow.

What is the best way to batch process wood-type textures for doors and trapdoors?

The best way to batch process wood-type textures for doors and trapdoors is to select a matching vanilla wood base texture and apply a repeatable RGB color adjustment workflow to maintain visual consistency across all related blocks.

Can I generate multiple block variants by reusing vanilla Minecraft textures?

Yes, you can generate multiple block variants by reusing vanilla Minecraft textures. The workflow extracts a base texture and applies consistent RGB-based color adjustments to produce various wood types and related blocks efficiently.

Why do my custom Minecraft texture variants lack visual consistency across blocks?

Custom Minecraft texture variants lack visual consistency across blocks when RGB-based color adjustments are not applied uniformly. Using a repeatable batch processing workflow with precise color transformations ensures matching visual consistency.