Skip to content

LibX wiki

LibX is a library mod for minecraft.

You can download it on CurseForge or Modrinth.

Use LibX in a development environment:

repositories {
    maven {
        name = 'ModdingX Maven'
        url = 'https://maven.moddingx.org/'
    }
}

dependencies {
    annotationProcessor fg.deobf("org.moddingx:LibX:${mc_version}-${libx_version}")
    implementation fg.deobf("org.moddingx:LibX:${mc_version}-${libx_version}")
}

Javadoc can be found at https://moddingx.org/libx.