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.
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.
See the wiki for indepth usage instructions and examples.
This project is under an MIT
