Skip to content

Ramixin/Mixson

Repository files navigation

Mixson fabricated brand icon

A simple lightweight library for modded Minecraft that allows for .json resource files to be modified, created, or deleted at runtime through an event-based system.


Downloading the Project

This project is no longer hosted via jitpack. Instead, Mixson can either be downloaded as a .jar from the Modrinth page or can be added as a dependency to a project via the Modrinth Maven:

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

After that is added, the dependency can be added through inserting this into the dependencies section in the build.gradle:

dependencies {
    ...
    implementation "maven.modrinth:mixson:VERSION"
    ...
}

Check the modrinth page for the latest version. For more information, see the Modrinth maven support article.

Usage

See the wiki for indepth usage instructions and examples.

License

This project is under an MIT

About

No description, website, or topics provided.

Resources

License

Stars

11 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages