Skip to content

tobynguyen27/Sense

Repository files navigation

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.

About

A mod library for making Minecraft mod easily

Resources

License

Stars

Watchers

Forks