nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Sense

Sense

Mod

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.

Client and server Library

9 downloads
0 followers

<picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/tobynguyen27/Sense@main/assets/sense-logo-dark.png" height="128px"> </picture>


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.

External resources


Project members

tobynguyen27

Member


Technical information

License
MIT
Client side
required
Server side
required
Project ID