Skip to content

888Roses/Geode

Repository files navigation

Banner

        Fabric Icon Discord Icon Link CCA Icon

Important

Geode is a library mod. It won't do anything on it's own, only add it if other mods require it.

Caution

Geode will not be ported to Forge/NeoForge/Quilt. It will also not be backported and only be maintained in the newest available version.

🤔 What is Geode?

Geode is a library enhancing many aspects of Minecraft modding, including:

  • 🛠️ Powerful Builder Based Registration
    A new way of registering your items, blocks, entities and more using builders, all in one centralized Geode instance.
  • 📐 Extensive Math API
    A large collection of common Math functions, as well as niche ones such as the inverse square root.
  • 📖 Plenty Helpers
    Many many helper classes to aid with every aspect of minecraft development, from raymarching to getting an identifier from registries.

💻 Importing Geode

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}"
}

❓ How to get the version

  1. Go to versions.
  2. Click on more options on the latest version of the mod.
  3. Select Copy ID.
Visual Guide

Instructions



@ 2026 The Collective. All Rights Reserved.
Geode is licensed under Apache-2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages