GregTech Modern Addon Development

Build and debug GregTech CEu Modern addons for Minecraft Forge and NeoForge.

4|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/mrquentin/minecraft-skills --skill gregtech-modern-addon-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GregTech Modern Addon Development
Source: https://github.com/mrquentin/minecraft-skills/tree/main/skills/gtceu-addon
Command: npx skills add https://github.com/mrquentin/minecraft-skills --skill gregtech-modern-addon-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill should be used when the user wants to create, extend, or debug a GregTech CEu Modern (GTCEu) addon for Minecraft 1.20.1 (Forge) or 1.21.1+ (NeoForge). Covers materials, machines, multiblocks, recipes, KubeJS integration, and addon project setup.

Core Features & Use Cases

  • Materials, machines, multiblocks, recipes, KubeJS integration, and addon project setup.

Quick Start

Start by reviewing the addon template, configure your target Forge/NeoForge versions, and scaffold your addon project.

Frequently Asked Questions about GregTech Modern Addon Development

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

FAQPage Schema
How do I set up a GregTech CEu Modern addon project for Minecraft?

To set up a GTCEu Modern addon, start by reviewing the official addon template, configure your target Forge or NeoForge versions, and scaffold your addon project using Gradle dependencies for reliable mod maintainability.

What is the best way to add custom materials and machines to GregTech CEu Modern?

Adding custom materials and machines to GregTech CEu Modern involves using the GTCEu API within your addon project, enforcing correct project structure and template usage to reliably extend materials, multiblocks, and recipes.

Does GregTech CEu Modern addon development support KubeJS integration?

GregTech CEu Modern addon development fully supports KubeJS integration, allowing you to script custom recipes and material interactions within your Forge or NeoForge mod workflow.

Can I develop GTCEu addons for both Forge and NeoForge?

GTCEu addon development supports both Minecraft 1.20.1 Forge and Minecraft 1.21+ NeoForge platforms, requiring you to configure your Gradle dependencies and target versions appropriately during project setup.

Why is my GregTech CEu Modern addon failing to build with Gradle?

GregTech CEu Modern addon Gradle build failures often stem from incorrect dependency configuration or project structure, which should be resolved by enforcing the official addon template guidelines for maintainable mods.