Skip to content

ModdingX/LibX

Repository files navigation

LibX

CurseForge Modrinth Issues

LibX is the library mod of ModdingX.

How to use LibX in a dev 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

The wiki can be found at https://moddingx.org/wiki/libx

Join the dev discord: https://moddingx.org/discord

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages