Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.x
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed Apache-2.0
Published 12 months ago
Updated 10 months ago
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:shears
tag. - 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.