Skip to content

nonamecrackers2/crackerslib

Repository files navigation

crackerslib

A small library mod adding a highly customizable config menu system and some smaller utilities. To be expanded.

Used in mods such as Mob Battle Music, Simple Clouds, Create: Molten Metallurgy, and Cracker's Wither Storm Mod.

To use in your own mod, include the following in your in your build.gradle file (replace ${minecraft_version} and ${crackerslib_version} appropriately, or define them in your gradle.properties file):

repositories {
    maven {
        name "nonamecrackers2Maven"
        url "https://maven.nonamecrackers2.dev/releases"
    }
}

dependencies {
    implementation fg.deobf("nonamecrackers2:crackerslib-forge:${minecraft_version}-${crackerslib_version}")
}

For a full list of versions, please refer to the maven

Feel free to use Jar-in-Jar to package CrackersLib with your mod (when publishing your mod, make sure to use the jar tagged with -all).

Jar-in-Jar example:

dependencies {
    jarJar("nonamecrackers2:crackerslib-forge:${minecraft_version}-${crackerslib_version}") {
    	jarJar.ranged(it, "${crackerslib_version_range}")
    }
    
    implementation fg.deobf("nonamecrackers2:crackerslib-forge:${minecraft_version}-${crackerslib_version}")
}

About

A mod containing a bunch of useful code for nonamecrackers2's mods

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages