ModMIT
Sense
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.
6
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions
📖About Sense
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.
Basic usage
Build setup
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>")
}
License
Sense is licensed under the MIT license. Check LICENSE for further details.