Level up your average Minecraft modding experience.

Important!
Geode is a library mod. It won't do anything on it's own, only add it if other mods require it.
Geode is a library enhancing many aspects of Minecraft modding, including:
You may import Geode in your repositories using the Modrinth API:
In your gradle.properties file:
# Geode Version.
geode_version = kfiRRHFC # Add the version here
In your build.gradle file:
repositories {
// Add the modrinth maven
maven { url = "https://api.modrinth.com/maven" }
}
dependencies {
// Adding a Geode dependency for Fabric.
modImplementation "maven.modrinth:geode:${project.geode_version}"
}
versions.more options on the latest version of the mod.Copy ID.
Geode will not be ported to Forge/NeoForge/Quilt. It will also not be backported and only be maintained in the newest available version.
Conversation