ModsJava
Sense
A mod library designed to simplify mod development. It offers a collection of utilities, enabling developers to create mods more efficiently with cleaner…
⬇ Download on CurseForgeThe author built this one for Minecraft 1.18.2 on Fabric. On other versions it may install and then do nothing.
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.
Verified by MCModsHub
- Ships as sense-1.0.3.jar — drop this file into the mods folder
- Download size: 1.4 MB
- Download link checked 22 Aug 2026 — working
These come from our own check of the pack file, not from the source page.