Back to mods
Smoothiez Api project artwork

CurseForge · Minecraft mod

Smoothiez Api

Minecraft Mod to provide boilerplate code for all of Smootheez's Mods

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Smoothiez Api release should I use?

Updated 7 months ago
beta file Smoothiez API 0.1.3+1.21.11
Game version 1.21.11
Loader Fabric

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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

  1. Clone the repository
   git clone https://github.com/Smootheez/Smoothiez-Api.git
  1. Build the desired module

    • For the first build, run:
      ./gradlew :1.21.9:build
    

    Replace 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.
  2. Reload the Gradle project in your IDE (e.g., IntelliJ IDEA) after building.

Using Smoothiez API in Your Mod

  1. Publish to your local Maven repository
   ./gradlew :1.21.9:publishToMavenLocal

Again, replace 1.21.9 with the module you built earlier.

  1. 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:

ko-fi paypal

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.

3 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Smoothiez Api versions and loaders

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.