Smoothiez Api
ModMinecraft Mod to provide boilerplate code for all of Smootheez's Mods
Type
Mod
Modrinth Downloads
23,741
Modrinth ID
6fGnR7UP
Last Updated
Jul 26, 2026
Description
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.9 with the target submodule name (e.g., the version your mod depends on).
-
The module to build depends on which one the example module 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:publishToMavenLocalAgain, 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 APIIssue 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:
Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Dynamic Surroundings: Remastered Fabric Edition
Remastered Fabric Version of Dynamic Surroundings mod for Minecraft
Shotguns & Glitter
Guns with weird and wild bullets. Shoot your opponents with... health? I’m not sure we read that one right. And ice? Who...
Iron Apples [FORGE]
A high quality mod that adds different tiers of apples. (Ex:- Iron Apple, Diamond Apple).
WitcheryPatch
A small mod that uses ASM to fix some bugs in Witchery
Version Checker
Easily find updates for your installed mods!
Silkier Touch
⛏️✨ Extends Silk Touch functionality! Dragon eggs, spawners, cake, farmland and more!