Trinkets
Trinkets is built using Fabric, it will not work on Forge.
About Trinkets
Trinkets adds modular accessory system to Minecraft. Slot groups are collections of slots for a certain body part. By default there are 6 slot groups (head, chest, legs, feet, hand, offhand) that can have slots added to them, but more groups can be added if desired. By itself, Trinkets only implements one slot (chest:cape) and reimplements the elytra to use this slot, mods are responsible for adding any slots they plan on using.
Developers
Documentation for how to use Trinkets in your mod is available on the Github source for this project.
Is there a forge version?
is it possible to hide an accessory/trinket "visually" while still maintaining its benefits/effects?
In reply to iridescxnce:
Not unless a mod developer supports it themselves unfortunately
In reply to EmilyPloszaj:
oh? ok then... maybe I'll make a resource pack for myself then
is there a 1.16.4 version?
In reply to ominobellochepuzza:
The latest version
How do i disable certain slots? i want to disable the cape slot
can you make netherite plus and enderite plus to have it supported
In reply to shadowslayerfx1:
You'll have to contact the authors of those mods and ask them to add trinkets support
hi, where do i find the slot numbers for the trinket slots?
In reply to Mister_Ron:
They are arbitrary and not defined to be constant, what use case do you have for needing raw slot ids?
In reply to EmilyPloszaj:
primarily i want to start a player with elytra preloaded into the elytra slot
In reply to Mister_Ron:
well, it depends on what slots you have, try using the `/replaceitem` command with slot numbers until you see which one is the cape slot, there's no better way, and if you add mods that add more slots, you might have to find it again.
In reply to EmilyPloszaj:
like /replaceitem entity Mr_Ron 38 minecraft:iron_chestplate ? idk how else to do this, the command doesn't recognise slot 38 and tabbing doesn't seem to include trinkets slots in the list :/
In reply to EmilyPloszaj:
In reply to Mister_Ron:
gave up trying past slot 200
In reply to Mister_Ron:
I believe they're under something like inventory.40 or something, I don't mess around with it so it might not actually be possible
In reply to EmilyPloszaj:
ok, seems it's not possible then
is there a way to add more rings slots? at least one or 2 more?