
A simple library adding utilities related to items, effects, rendering, etc.
Simple library adding utilities related to items, effects, rendering, and players.
Some utilities are derived from other libraries.
Add the repository for Modrinth to your build.gradle repositories.
maven {
url = "https://api.modrinth.com/maven"
}
Then, add the dependency for Lumenium in your build.gradle dependencies block.
modImplementation "maven.modrinth:lumenium:${project.lumenium_version}"
Then simply input the correct version of Lumenium in your gradle.properties.
Alternatively, it can be used as a jar-in-jar dependency.
Place the jar file in the your main folder, where build.gradle is.
Then, in build.gradle, input the following line in the dependencies block.
modImplementation files(lumenium-1.0.0)
Replace 1.0.0 with whatever version of Lumenium is being used.