Minecraft 26.2 • Fabric + NeoForge

Ion API Template Generator

Create a ready-to-open mod workspace that already knows how to build Fabric, NeoForge, or both.

Mod properties
Mod loaders

Project type

Minecraft version

Ion API 2.0.4 is currently built for Minecraft 26.2.

Dependencies

Blueprint

Mod Example Mod
ID examplemod
Package com.example.examplemod
  • common/ shared source
  • fabric/ Fabric loader module
  • neoforge/ NeoForge loader module

Gradle dependency

Use Ion API from Maven

Use the hosted Maven repo at /maven after this site is deployed, or use JitPack before the final site URL is ready. Current release: Ion API 2.0.4.

// gradle.properties
ionapi_maven_url=https://your-ion-api-site.netlify.app/maven

repositories {
    maven {
        name = "Ion API Maven"
        url = uri(providers.gradleProperty("ionapi_maven_url").get())
    }
}
// Fabric
modImplementation "com.github.christopherbarnessmith-hub.IonMultiplatformApi-26.2:ionapi-fabric:2.0.4"

// NeoForge
implementation "com.github.christopherbarnessmith-hub.IonMultiplatformApi-26.2:ionapi-neoforge:2.0.4"

Starter projects

Template downloads

Generate a custom project above, or download a starter workspace directly. Templates resolve Ion API from Maven through JitPack, so no local API jars are bundled.