
Smoothiez Api
Minecraft Mod to provide boilerplate code for all of Smootheez's Mods
Обновлён 30 декабря 2025 г. · опубликован 25 октября 2025 г.
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.gitBuild 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:publishToMavenLocalAgain, replace
1.21.9with 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:
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.1.3+1.21.11 | Бета | 1.21.11 | fabric | 30 декабря 2025 г. | .jar (90 КБ) |
| 0.1.2+1.21.9 | Бета | 1.21.9, 1.21.10 | fabric | 25 ноября 2025 г. | .jar (90 КБ) |
| 0.1.1+1.21.9 | Бета | 1.21.9, 1.21.10 | fabric | 18 ноября 2025 г. | .jar (89 КБ) |
| 0.1.0+1.21.9 | Бета | 1.21.9, 1.21.10 | fabric | 25 октября 2025 г. | .jar (79 КБ) |
Ченджлог
0.1.3+1.21.11Бета1.21.11 · 30 декабря 2025 г.
- Fix method not found when opening config screen
0.1.2+1.21.9Бета1.21.9, 1.21.10 · 25 ноября 2025 г.
- Fix entrypoint failure
0.1.1+1.21.9Бета1.21.9, 1.21.10 · 18 ноября 2025 г.
- Add helper class to handle multiple element when creating hud overlay
- Add utility class to lerp RGB colors
0.1.0+1.21.9Бета1.21.9, 1.21.10 · 25 октября 2025 г.
- Auto Gui
Config Option
- Add config option for
BooleanOption - Add config option for
IntegerOption - Add config option for
DoubleOption - Add config option for
StringOption - Add config option for
OptionList - Add config option for
EnumOption
Полная история изменений — на Modrinth.
Комментарии
Загружаем…