ForgeAI
BETA
FeaturesHow it worksTemplatesPricingFAQ
Now in Beta — building in public

The AI operating system
for Minecraft mods

Describe what you want. ForgeAI generates, edits, and helps you compile and publish your Minecraft mods. No Java experience required.

Built for the loaders you already use

NeoForge
Fabric
Forge
MC 1.16.5 – 1.21
forgeai — DragonBossMod
EXPLORER
src/main/java
com/dragon
DragonEntity.java
DragonBoss.java
resources/
assets/
data/
build.gradle
/**
* DragonBoss.java — AI Generated
*/
public class DragonBoss extends Monster {
private int fireBreathCooldown = 0;
@Override
public void tick() {
super.tick();
if (target != null) {
breathFire();
}
}
private void breathFire() {
var area = getBoundingBox();
level.getEntities(this, area)
.forEach(e -> e.setSecondsOnFire(5));
}
}
AI Chat
You: Create a dragon boss that breathes fire
AI: I've created DragonBoss.java with fire breath attack, custom AI goals, and a loot table. Want me to add a texture?
You: Yes, make it red and black
AI: Generated dragon_texture.png (64x64). Added to assets/dragon/textures/entity/.
Ask AI to generate...
FEATURES

Everything you need to build mods

From idea to published mod. ForgeAI covers the entire pipeline.

AI Mod Generator

Describe your mod in plain English. ForgeAI generates Java classes, JSON configs, recipes, and loot tables.

AI Code Assistant

Ask ForgeAI to explain, refactor, or fix any part of your codebase — right inside the editor.

AI Texture Generator

Generate pixel-perfect Minecraft textures from text prompts, from 16x16 up to 64x64.

AI Model Generator

Create BlockBench-compatible 3D models for blocks, items, and entities with a prompt.

Project Explorer

A real file tree for every mod — Java sources, resources, and assets, organized automatically.

Monaco Editor

The same editor that powers VS Code. Syntax highlighting, multi-tab editing, and full keyboard control.

One-Click Export

Package your mod into a ready-to-build project structure whenever you want to take it further.

Coming soon

CurseForge Publishing

Publish straight to CurseForge with AI-generated descriptions, tags, and changelogs.

HOW IT WORKS

From idea to published mod

01

Describe your idea

"Create a dragon boss that breathes fire and drops a rare sword." Just write what you want in plain English.

02

AI generates your mod

ForgeAI writes the Java classes, JSON configs, textures, and loot tables your mod needs.

03

Edit inside ForgeAI

Fine-tune the generated code in the Monaco editor, or ask the AI to refactor and explain it.

04

Export your project

Take your project structure and build it into a distributable mod file.

05
Coming soon

Publish your mod

Share it with the world on CurseForge, with AI-generated listing content.

100 free AI generations
every month. No credit card.

Start building the moment you sign up — upgrade only if you outgrow it.

WHY FORGEAI

Built for developers, not just prompts

ForgeAI isn't a toy generator. It's a real development environment with AI built in.

Save development time

Skip the boilerplate. Go from an idea to working Java code in minutes, not days.

Learn modding faster

Every generation is real, readable Java code — a hands-on way to learn NeoForge, Fabric, and Forge conventions.

Production-ready structure

Generated projects follow standard modding conventions, so what you build is easy to extend later.

No repetitive coding

Let AI handle registries, configs, and repetitive setup so you can focus on what makes your mod unique.

Multi-loader support

Build for NeoForge, Fabric, or Forge from the same interface, without relearning the toolchain each time.

A real developer experience

Monaco editor, command palette, multi-tab workspace — the tools you already know, built for modding.

TEMPLATES

Start from a template

Pre-built mod templates for every type of project. Pick one and customize with AI.

Weapons

Swords, bows, and custom combat items

Magic

Spells, wands, and magical systems

Dimensions

Custom worlds and portals

Biomes

Custom terrain, trees, and environments

Bosses

Epic boss fights with custom AI

Machines

Automation and processing systems

Technology

Power systems and tech trees

RPG

Classes, skills, and progression

Survival

Hunger, thirst, and survival mechanics

Skyblock

Island generation and sky mechanics

PRICING

Simple, transparent pricing

Start free. Upgrade when you need more.

Secure checkout is launching soon — Free plan is available today, no card required

Free

Perfect for trying out ForgeAI

$0/month
  • 3 projects
  • 100 AI generations / month
  • Basic templates
  • Community support
Most Popular

Pro

For serious mod developers

$19/month
  • Unlimited projects
  • 5,000 AI generations / month
  • All templates
  • Priority compilation
  • Email support

Enterprise

For studios and teams

$99/month
  • Everything in Pro
  • Unlimited AI generations
  • Team workspaces
  • Custom AI models
  • API access
  • Dedicated support
  • SSO & SAML
FAQ

Frequently asked questions

Start building your mod
in the next 60 seconds

Create a free account and describe your first mod to ForgeAI.

ForgeAI

The AI operating system for Minecraft mod development.

Product

  • Features
  • How it works
  • Templates
  • Pricing
  • FAQ

Account

  • Create account
  • Sign in
  • Dashboard

Legal

  • Privacy Policy
  • Terms of Service
  • Contact
© 2026 ForgeAI. All rights reserved.Built for the Minecraft modding community.