Trinkets Updated logo

Trinkets Updated

Mod

Updated fork of trinkets for 1.21.11 and beyond.

Downloads

12,323

Type

Mod

Last Updated

Apr 9, 2026

Description

Trinkets (Updated)

A data-driven accessory mod for Minecraft for Fabric and NeoForge modloaders.

Image of the Trinkets UI

About

Trinkets adds a slot group and slot system to Minecraft. Slot groups are collections of slots for a certain body part or more vague area. By default there are 6 slot groups (head, chest, legs, feet, offhand, hand) that can have slots added to them, but more groups can be added if desired. Trinkets' UI is intuitive to use, accessible, and attempts to do away with clutter. Its system means that you'll never have a slot that's not used for anything, as mods request the slots they want.

This is a fork.

This repository is an updated fork of Trinkets for latest versions, with additional multiloader support. For 1.21.1 and older see original Trinkets by Emi

Developers

To add Trinkets to your project you need to add these repos to your repositories in your build.gradle

repositories { maven { name = "Nucleoid" url = 'https://maven.nucleoid.xyz/releases' } }

And then to add Trinkets you add it as a dependency in your build.gradle

dependencies { implementation "eu.pb4:trinkets:${trinkets_version}" }

Trinkets works as a universal jar, which means the same jar file can be used for Fabric, NeoForge and common. For optional / conditional compatibility, you can check for trinkets_updated mod id on both platform.

For versions, see https://maven.nucleoid.xyz/#/releases/eu/pb4/trinkets

For basic tutorials and comprehensive documentation, visit this repository's wiki! You can also see the test mod here: https://github.com/Patbox/trinkets/tree/main/src/testmod

Compatibility

Mod Loaders

Fabric Neoforge

Game Versions

1.21.11 26.1 26.1.1

Screenshots

Similar Mods

External Resources