minecraft-fabric-dev

Develop Minecraft mods with the Fabric mod loader and MCP servers.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/0xnim/civutils --skill minecraft-fabric-dev-0xnim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minecraft-fabric-dev
Source: https://github.com/0xnim/civutils/tree/main/.agents/skills/minecraft-fabric-dev
Command: npx skills add https://github.com/0xnim/civutils --skill minecraft-fabric-dev-0xnim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and tooling for developing Minecraft mods using the Fabric mod loader, including porting from other loaders and working with Minecraft's source code.

Core Features & Use Cases

  • Fabric Mod Development: Guides through setup, coding, and validation for Fabric mods.
  • Porting Assistance: Offers strategies for migrating mods from Forge or NeoForge.
  • Source Code Integration: Leverages MCP servers for decompilation, documentation access, and code analysis.
  • Use Case: A user wants to create a new mod for Minecraft 1.20.1 using Fabric. They can use this Skill to set up their development environment, understand how to access and decompile Minecraft's source code for specific versions, and learn how to write and validate mixins.

Quick Start

Use the minecraft-fabric-dev skill to decompile Minecraft version 1.21.11 using yarn mappings.

Frequently Asked Questions about minecraft-fabric-dev

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

FAQPage Schema
How do I set up a Fabric mod development environment for a specific Minecraft version?

To set up Fabric mod development, configure your environment using yarn mappings and leverage MCP servers for decompilation. This provides access to the necessary de-obfuscated source code and documentation for your target Minecraft version.

What is the best way to port an existing mod from Forge or NeoForge to Fabric?

The best way to port a mod from Forge or NeoForge to Fabric is to use dedicated porting assistance strategies. This involves translating loader-specific logic and utilizing mixin validation to ensure compatibility within the Fabric ecosystem.

How do I decompile Minecraft source code to write Fabric mods?

You decompile Minecraft source code by integrating MCP servers into your Fabric development workflow. This allows direct access to de-obfuscated releases, documentation, and code analysis required for writing mixins.

Does Fabric modding support writing and validating mixins?

Yes, Fabric modding supports writing and validating mixins. The development process includes specific mixin validation tooling to ensure your code modifications hook correctly into the target Minecraft version's bytecode.

When do I need yarn mappings for Minecraft modding?

You need yarn mappings during Minecraft modding to work with de-obfuscated releases of the game source code. They provide standardized names for classes and methods, which is essential for stable mixin development and porting.