CurseForge · Minecraft mod
Smoothiez Api
Minecraft Mod to provide boilerplate code for all of Smootheez's Mods
Quick answer
Which Smoothiez Api release should I use?
Smoothiez API 0.1.3+1.21.11 targets 1.21.11 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Smoothiez Api 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 Smoothiez API 0.1.3+1.21.11 need?
Smoothiez API 0.1.3+1.21.11. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Smoothiez Api without breaking your instance.
Built for Smoothiez API 0.1.3+1.21.11. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Smoothiez API 0.1.3+1.21.11. It targets 1.21.11 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 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 Smoothiez API 0.1.3+1.21.11. It opens that exact file at the source.
About this project
What does Smoothiez Api add?
Smoothiez API
A foundational library mod that serves as the backbone for all of Smootheez’s other mods. It provides shared utilities, common logic, and essential backend features to simplify mod development and ensure consistency across projects.
Usage Overview
While Smoothiez API was originally developed for Smootheez’s personal projects, you’re welcome to use or integrate it into your own mods if it fits your needs.
Project Setup
- Clone the repository
git clone https://github.com/Smootheez/Smoothiez-Api.git
Build the desired module
- For the first build, run:
./gradlew :1.21.9:buildReplace
1.21.9with the target submodule name (e.g., the version your mod depends on).- The module to build depends on which one the
examplemodule uses.
Reload the Gradle project in your IDE (e.g., IntelliJ IDEA) after building.
Using Smoothiez API in Your Mod
- Publish to your local Maven repository
./gradlew :1.21.9:publishToMavenLocal
Again, replace 1.21.9 with the module you built earlier.
- Add Smoothiez API as a dependency in your mod’s
build.gradle.kts:
repositories {
mavenLocal()
}
dependencies {
modApi("io.github.smootheez:smoothiezapi:0.1.0+1.21.9")
// or use a variable for flexibility:
modApi("io.github.smootheez:smoothiezapi:${smoothiezApiVersion}")
}
Download
| Modrinth | Curseforge |
|---|---|
| Smoothiez API | Smoothiez API |
Issue Tracker
Found a bug or have a feature request? Please report it here: GitHub Issues
Support Me
If you enjoy this mod and want to support my work, consider donating:
Project description from CurseForge.
Pick your setup
Smoothiez Api by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.10
1 loader build1.21.9
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Smoothiez Api versions and loaders
Smoothiez API 0.1.3+1.21.11
smoothiezapi-0.1.3+1.21.11.jar
30 Dec 2025
Smoothiez Api 0.1.2+1.21.9
smoothiezapi-0.1.2+1.21.9.jar
25 Nov 2025
Smoothiez API 0.1.1+1.21.9
1.21.9-0.1.1+1.21.9-dev.jar
18 Nov 2025
Smoothiez Api 0.1.0+1.21.9
smoothiezapi-0.1.0+1.21.9.jar
25 Oct 2025
Looking for an older file? The official CurseForge project page is in Resources.