minecraft-resource-pack-conversion

Convert Minecraft Java resource packs into Bedrock resource packs and mcpack outputs.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/AIKUSAN/minecraft-agent-skills-bundle --skill minecraft-resource-pack-conversion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minecraft-resource-pack-conversion
Source: https://github.com/AIKUSAN/minecraft-agent-skills-bundle/tree/main/plugins/minecraft-codex-skills/skills/minecraft-resource-pack-conversion
Command: npx skills add https://github.com/AIKUSAN/minecraft-agent-skills-bundle --skill minecraft-resource-pack-conversion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill reduces the manual effort of turning Minecraft Java Edition resource packs into Bedrock Edition resource packs and mcpack files, while clearly flagging what cannot be converted automatically.

Core Features & Use Cases

  • Pack Conversion: Convert simple Java texture overrides into Bedrock-friendly folder layouts and package them for Bedrock clients.
  • Converter Selection: Choose the right path for vanilla-style packs, Geyser crossplay packs, or more demanding PBR and RTX-oriented packs.
  • Unsupported Asset Reporting: Identify Java-only models, blockstates, shaders, sounds, fonts, language files, and other assets that need manual Bedrock fixes.
  • Practical Example: Use it when a creator wants to reuse an existing Java texture pack in Bedrock without rebuilding the entire pack by hand.

Quick Start

Ask the skill to convert the attached Java resource pack into a Bedrock resource pack or mcpack, and have it report copied assets, unsupported files, and any manual follow-up needed.

Frequently Asked Questions about minecraft-resource-pack-conversion

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

FAQPage Schema
How do I convert a Minecraft Java resource pack to Bedrock?

Converting a Minecraft Java resource pack to Bedrock involves transforming folder layouts and packaging the output as an mcpack file. This process copies compatible assets, generates a Bedrock manifest, and flags unsupported files for manual review.

What Java pack assets cannot be automatically converted to Bedrock?

Assets like Java-only models, blockstates, shaders, sounds, fonts, and language files cannot be automatically converted to Bedrock. The conversion process detects these unsupported assets and generates a report detailing what requires manual fixes.

Does this conversion process support Geyser crossplay resource packs?

Yes, the conversion process supports Geyser crossplay resource packs by providing a specific converter path to handle Geyser-compatible assets. It also includes options for vanilla texture overrides and more complex PBR or RTX packs.

Can I convert PBR or RTX resource packs from Java to Bedrock?

You can convert PBR or RTX resource packs from Java to Bedrock, but they require manual review. The tool applies conservative asset copying and identifies unsupported files that need manual Bedrock fixes to complete the conversion.

How are unsupported files handled during Java to Bedrock pack conversion?

During conversion, unsupported files are handled through conversion reporting and optional strict failure handling. The process identifies Java-only assets needing manual Bedrock fixes and lists them in a report so you know exactly what follow-up is required.

What is the best way to reuse a Java texture pack in Bedrock without rebuilding it?

To reuse a Java texture pack in Bedrock without rebuilding it, automate the conversion of vanilla texture overrides into a Bedrock-friendly folder layout. This generates an mcpack output and reports any unsupported assets needing manual adjustments.