A mod library designed to simplify mod development. It offers a collection of utilities, enabling developers to create mods more efficiently with cleaner, more concise code.
Add a maven repository to your build.gradle.
maven {
url "https://maven.tobynguyen.dev/releases"
}Then declare CodeBebeLib as a dependency
dependencies {
modImplementation("dev.tobynguyen27:sense:<version>")
}Sense is licensed under the MIT license. Check LICENSE for further details.