HomeJavaModsSense
Sense
ModsJava

Sense

by tobynguyen · on CurseForge

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 CurseForge

The 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

These come from our own check of the pack file, not from the source page.

Explore more