HomeJavaModsOR-Lib
OR-Lib
ModsJava

OR-Lib

by Carlogamer · on CurseForge

Create with ease 3d rendered trinkets and more

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1 · Fabric⬇ Download for 1.20–1.20.1 · Fabric⬇ Download for 1.19.3 · Fabric⬇ Download for 1.19.2 · Fabric⬇ Download for 1.21.1 · NeoForge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
OR-Lib — screenshot 1

OR-LIB – Wearables & Rendering Library (Fabric)

OR-LIB is a small Fabric library designed to make it easy and consistent to handle wearable items (rings, amulets, trinkets, etc.) and their rendering in both first and third person.
It’s meant to be reused by multiple mods in the same pack, so you don’t have to rewrite the same code every time for poses, transforms, and custom slots.

🎯 Purpose

Provide a clean set of APIs for defining Wearable Items with dedicated properties.

Centralize the logic for registration, rendering, and transformations of wearable items.

Offer convenient integration with external slot systems (trinket-like slots) without forcing a specific design on the mods that use it.

🔧 Requirements

It’s especially useful together with content mods that add rings, jewelry, or other trinkets.

Still Work in progress

The library is still work in progress, some feature may work not as inteded.

✨ Key Features

Some key features of the library:

🧑‍💻 For Mod Developers

Add OR-LIB as a dependency in your project (Gradle and loader metadata).

Create a new wearable by extending/implementing the provided classes (e.g. WearableItem) and configuring it with the builder.

Register your wearable in OR-LIB’s registries (wearable types, content, tags, and any custom slots).

(Optional) Attach a custom renderer via the client-side APIs if you need more advanced visuals.

(Optional) Hook into external slot systems (trinket-like) using OR-LIB’s utilities instead of writing your own glue code.

⚙️ Design & Extensibility

OR-LIB is designed as a foundation layer:

It does not add visible content by itself.

It focuses on APIs, registries, helpers, and rendering.

Verified by MCModsHub

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

Explore more