Smoothiez Api
No reviews yet
Minecraft Mod to provide boilerplate code for all of Smootheez's Mods
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
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
- 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:
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: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:
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers