HomeJavaModsNuggets API
Nuggets API
ModsJava

Nuggets API

by Titan1um · on Modrinth

Nuggets API is a lightweight Fabric library that adds various nuggets items and material fragments to the game!

⬇ Download on Modrinth
Nuggets API — screenshot 1

NUGGETS API

Divider

Discord Button GitHub Button Modrinth Button Ko-fi Button

Divider

📝Introduction:

A lightweight Fabric library for standardized nuggets and material fragments.

The goal of Nuggets API is simple: stop every mod from reinventing the same tiny materials in slightly different ways. This project provides a clean and lightweight foundation that other mods can build on, ensuring a unified experience for players and developers alike.

Divider

✨Features:

Built from the ground up to be lightweight and lag-free and uses common c: tags as well as our own nuggets-api: tags for seamless integration with your mods, this API library adds various nuggets items and material fragments to the game. It is also translated into various well used languages like French, German, Chinese and Spanish!

Items

Nuggets

Divider

🛠 For Developers

Nuggets API is built with integration in mind. All materials are exposed through tags, making cross-compatibility straightforward. You are encouraged to use tags in your recipes rather than hard-coding item dependencies!

Common Tag Reference

Material Item ID Common Tag (c:)
Diamond nuggets-api:diamond_nugget #c:nuggets/diamond
Netherite nuggets-api:netherite_nugget #c:nuggets/netherite
Emerald nuggets-api:emerald_nugget #c:nuggets/emerald
Nugget Template nuggets-api:nugget_template #c:nuggets/template
Small Smithing Template nuggets-api:small_netherite_upgrade_smithing_template #c:smithing_templates/small_netherite_upgrade

📦 Installation

To use Nuggets API in your development environment, add the following to your build.gradle:

repositories {
    maven { url = "https://jitpack.io" } // Optional but required if you wish to bundle the API into your mod by using the include dependency below
}

dependencies { // You can change the API version after nuggets-api: to the one you want to use
    modImplementation "com.titan1um:nuggets-api:a1.0.0+1.20.1" // Required
    include "com.github.T1taniumF0rge-Industries-Inc:nuggets-api:a1.0.0+1.20.1" // Optional unless you want to bundle the API into your mod (Jar-in-Jar)
}

Divider

💘 Support me!

To help me and make me develop more fascinating projects, share and recommend this mod. Thank you so much!!!

You can also try my other projects here or the projects me and Polr made here! :D

Divider

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more