what should my library mod be?
THIS IS A FABRIC MOD, PLEASE DON'T REQUEST PORTING TO (NEO)FORGE!
This is a standard library mod without any outstanding features.
This library requires Fabric API to function, which you likely already have installed.
🔽 Information for Mod Developers 🔽
IF YOU ARE NOT A DEVELOPER USING THIS LIBRARY, THIS INFORMATION DOES NOT CONCERN YOU! YOU CAN SKIP THIS SECTION!
This library mod offers four main functions:
- Creation of fully functional chests with custom textures
- Ability to create working custom shears by adding your item to the
#c:shearstag - Implementation of custom crafting tables with full functionality
- Numerous useful utilities for cross-version support
To integrate this library into your project, use Modrinth's Maven:
repositories {
maven { url "https://api.modrinth.com/maven" }
}
dependencies {
modImplementation "maven.modrinth:wsmlmb:${wsmlmb_version}"
}
Most classes and methods in this mod are already documented in the test mod and JavaDocs.