Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 455 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 455 Bytes

Paradox Config

A lightweight, Kotlin-based config API for Minecraft.

Discord: https://discord.gg/crZpcjtdJR

Adding to your project:

build.gradle:

repositories {
	//...
	maven { url "https://api.modrinth.com/maven" }
}

dependencies {
 	// ...

	modApi "maven.modrinth:paradox-config:<version>"
	include "maven.modrinth:paradox-config:<version>"
}

Adding versions prior to 0.5.0 Beta to your project:

You probably can't. Sorry.