HomeJavaModsMDXLib
MDXLib
ModsJava

MDXLib

by Ri5ux · on CurseForge

Minecraft Development Library X. Free Minecraft Java mod — download and open it in the game.

⬇ Download on CurseForge

 

MDXLib (Minecraft Development Library X) is a new Minecraft mod development library used by the ASX Minecraft Mod Development Team. This library is open source. 

 

Features

 

 

Integrated Web Server

The integrated web server allows you to retrieve specific system or game information from a client or server via a web browser. For example: Minecraft's RCON and Query features do not allow you to obtain system CPU usage. This is just one of the many stats MDXLib allows you to retrieve. Below are more of the available stats the web server's API provides.

 

Featured Mods Using MDX

Requirements

Adding MDX To Gradle As A Dependency

repositories {
    maven {
        name = "aliensvspredator"
        url = "http://maven.aliensvspredator.org/"
    }
}

dependencies {
    compile "com.arisux:mdxlib:2.0.0.33:deobf"
}

 

Conditions

 

Javadoc

MDXLib is a free Minecraft Java mod. Downloaded 1,071,754 times (via CurseForge). Download it and open it directly in the game.

Explore more