Download what should my library mod be? — Minecraft Mods — ModStock
what should my library mod be?

what should my library mod be?

Active

Downloads

0

Last update

1 year ago

Versions

1.18.2 — 1.20.4
Client
Fabric
Quilt
Libraries

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.

Project members
AnAwesomGuy

AnAwesomGuy

Developer