Smoothiez Api

Quick rating

Smoothiez Api

No reviews yet

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

No Theme
No Genre
API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Optional

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
Smoothiez API 0.1.3+1.21.11
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

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

  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

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

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

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

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~29,000
Total Downloads
CurseForge
~4,000
Modrinth
~24,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works