NeoGradle & ModDevGradle Build Setup

Configure NeoForge Gradle builds with ModDevGradle or NeoGradle plugin selection.

4|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/mrquentin/minecraft-skills --skill neogradle-moddevgradle-build-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: NeoGradle & ModDevGradle Build Setup
Source: https://github.com/mrquentin/minecraft-skills/tree/main/skills/neogradle
Command: npx skills add https://github.com/mrquentin/minecraft-skills --skill neogradle-moddevgradle-build-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps Minecraft mod developers configure, troubleshoot, and extend the NeoForge Gradle toolchain across ModDevGradle and NeoGradle, ensuring consistent builds and workflows.

Core Features & Use Cases

  • Plugin selection guidance between ModDevGradle and NeoGradle for different project requirements.
  • Run configuration setup including client/server/data/gameTest scenarios and multi-project management.
  • CI/CD considerations and build-time validation to prevent common misconfigurations.

Quick Start

Apply the appropriate Gradle plugin in your mod project and follow the DSL guidance to initialize runs and builds.

Frequently Asked Questions about NeoGradle & ModDevGradle Build Setup

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

FAQPage Schema
How do I configure NeoForge Gradle builds for a Minecraft mod?

Configure NeoForge Gradle builds by applying the ModDevGradle or NeoGradle plugin to your project. This setup manages dependencies, run configurations, and build-time validation for consistent Minecraft mod development pipelines.

What's the difference between ModDevGradle and NeoGradle for Minecraft modding?

ModDevGradle and NeoGradle are distinct Gradle plugins for Minecraft mods. Selecting between them depends on specific project requirements, as each provides different workflows for run configurations, dependency management, and build validation.

How do I set up run configurations for client, server, and gameTest in a NeoForge multi-project environment?

Set up NeoForge run configurations for client, server, data, and gameTest scenarios by following the DSL guidance from your applied Gradle plugin. This approach supports multi-project management across ModDevGradle and NeoGradle workflows.

How do I apply parchment mappings and access transformers in a NeoForge Gradle setup?

Apply parchment mappings and access transformers in your NeoForge Gradle setup by using the correct DSL syntax within your build script. This ensures proper dependency resolution and build-time validation across your mod development pipeline.

Does NeoGradle support CI/CD integration for automated Minecraft mod builds?

NeoGradle and ModDevGradle support CI/CD integration for automated Minecraft mod builds. The configuration provides build-time validation and CI/CD considerations to prevent common misconfigurations across continuous integration pipelines.

Why is my NeoForge Gradle build failing during multi-project dependency management?

NeoForge Gradle builds often fail during multi-project dependency management due to incorrect plugin selection or improper DSL usage. Troubleshoot by validating your ModDevGradle or NeoGradle configuration and ensuring build-time validation rules are applied correctly.