
ModsJava
what should my library mod be?
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.

what should my library mod be?
THIS IS A FABRIC MOD, PLEASE DON'T ASK ABOUT PORTING TO (NEO)FORGE!
This is just another library mod, nothing special.
You can download this Minecraft library mod at Curseforge, GitHub, or here on Modrinth.
This library depends on Fabric API, but you should already have that installed.
🔽 If you want to use this library in your mod, see below! 🔽
IF YOU ARE NOT A MOD DEV USING THIS LIBRARY, THIS DOES NOT AFFECT YOU! YOU CAN IGNORE THIS!
This mod is a library mod with 4 main features:
- the ability to create functional custom chests with custom textures.
- the ability to create functional custom shears by adding your item into the
#c:shearstag. - the ability to create functional custom crafting tables.
- many useful utilities for support over multiple versions.
To use this mod as a library, you can use Modrinth's maven:
repositories {
maven { url "https://api.modrinth.com/maven" }
}
dependencies {
modImplementation "maven.modrinth:wsmlmb:${wsmlmb_version}"
}
Many of the classes and methods in this mod are already documented in the test mod and JavaDocs.
For more info, refer to the GitHub page.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 23w32a, 23w33a, 23w35a
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
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
- Ships as wsmlmb-1.1.0+1.20.4.jar — drop this file into the mods folder
- Download size: 45 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.