CurseForge · Minecraft mod
GeezAPI
API that all of my mods are using
Quick answer
Which GeezAPI release should I use?
geezapi-neoforge-1.1.0.jar targets 26.1.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.
Where it goes
Is GeezAPI required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does geezapi-neoforge-1.1.0.jar need?
geezapi-neoforge-1.1.0.jar. Change the file and its required mods may change too.
Install Architectury API, Cloth Config API (Fabric/Forge/NeoForge) first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add GeezAPI without breaking your instance.
Built for geezapi-neoforge-1.1.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use geezapi-neoforge-1.1.0.jar. It targets 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Architectury API, Cloth Config API (Fabric/Forge/NeoForge) first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside geezapi-neoforge-1.1.0.jar. It opens that exact file at the source.
About this project
What does GeezAPI add?
🌻 GeezAPI
The core library powering all Sunflower mods.
GeezAPI is a lightweight, shared code library for my mods and modpacks. It does nothing on its own, but is required for mods like Sunflower's Enhanced Vanilla to work.
Designed for performance, compatibility and easy development on Fabric & NeoForge.
📦 Loader Support
🔧 What's Inside?
GeezAPI is not a content mod. It's a toolbox for developers and modpack makers.
1. GeezEvents A unified event system wrapping Architectury API. Clean hooks you can use in any of your mods:
- CROP_HARVESTED
- TREE_FELLED
- SPAWNER_COLLECTED
2. GeezTags Centralized custom tags for all my mods:
- geezapi:timber_logs
- geezapi:harvestable_crops
3. GeezConfigHelper Simple wrapper for Cloth Config. Create configs for your own mods in 3 lines.
4. Version & Utils
- GeezAPI.VERSION - always know which library version is loaded
- Helpers for XP, enchantments, block breaking
👨💻 For Developers
Add GeezAPI to your project as a dependency:
Fabric - build.gradle modImplementation "com.sunflower:geezapi-common-1.0.0"
NeoForge - build.gradle implementation fg.deobf("com.sunflower:geezapi-common-1.0.0")
Then in code: import com.sunflower.enhancedvanilla.api.GeezAPI; GeezEvents.CROP_HARVESTED.register((player, pos, stack) -> { // Your logic here });
📋 Requirements
Requires Architectury API Requires Cloth Config
- Minecraft 1.21.11
- Fabric / NeoForge
- Architectury API
- Cloth Config
❓ FAQ
Q: Does GeezAPI do anything alone? A: No. It's a library. Install it because another mod requires it.
Q: Can I use it in my modpack? A: Yes! It's made for modpacks. No permission needed, just include it.
Q: Is it server-safe? A: Yes, fully client & server sided.
Built for Sunflower's Enhanced Vanilla and all future Sunflower projects. 🌻
Project description from CurseForge.
Pick your setup
GeezAPI by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
2 loader builds1.21.11
3 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader builds1.21.4
2 loader builds1.21.3
2 loader builds1.21.2
2 loader builds1.21.1
2 loader builds1.21
2 loader builds1.20.1
3 loader buildsShowing the newest 12 of 13 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
GeezAPI versions and loaders
geezapi-neoforge-1.1.0.jar
5 Sept 2026
geezapi-fabric-1.1.0.jar
5 Sept 2026
geezapi-neoforge-1.21.1-2.0.jar
geezapi-neoforge-1.1.0.jar
27 Aug 2026
geezapi-fabric-1.21.11-2.0.jar
geezapi-fabric-1.1.0.jar
27 Aug 2026
geezapi-neoforge-1.21.8-2.0.jar
geezapi-neoforge-1.1.0.jar
27 Aug 2026
geezapi-fabric-1.21.8-2.0.jar
geezapi-fabric-1.1.0.jar
27 Aug 2026
geezapi-neoforge-1.21.1-2.0.jar
geezapi-neoforge-1.1.0.jar
27 Aug 2026
geezapi-fabric-1.21.1-2.0.jar
geezapi-fabric-1.1.0.jar
27 Aug 2026
geezapi-neoforge-1.20.1-2.0.jar
geezapi-neoforge-1.1.0.jar
27 Aug 2026
geezapi-fabric-1.20.1-2.0.jar
geezapi-fabric-1.1.0.jar
27 Aug 2026
geezapi-neoforge-1.0.0.jar
24 Aug 2026
geezapi-fabric-1.0.0.jar
24 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.