macu lib
ModLibrary for my mods and adding supporter perks
Type
Mod
Modrinth Downloads
37,539
Modrinth ID
XnLNz8og
Last Updated
Apr 26, 2026
Description
This is a library for my mods, like multi-platform item & block registering and adding supporter perks, like different cosmetics.
Here's an example on how to register an Item in minecraft version 1.20.1
public static final GuitaRegistry<Item> ITEMS = GuitaRegistries.create(Registries.ITEM, MOD_ID); public static final GuitaRegistryEntry<Item> CUSTOM_ITEM = ITEMS.register("custom", () -> new Item(new Item.Settings())); public static void init() { ITEMS.init(); }where the init() method is the mod initializer
How to Use
Add this mod to your build.gradle using the Modrinth Maven like this
modImplementation "maven.modrinth:macu-lib:${project.maculib_version}"Support
If you encounter any issues or have suggestions, feel free to:
-
Open an issue on GitHub.
-
Send me a DM on Discord @macuguita
-
Message me on any platform I linked in my website: macuguita.com
-
You are free to use this mod in any Modpack in this platform
Credits
- Developer: macuguita
Compatibility
Mod Loaders
Game Versions
Similar Mods
Quantified API
A high-performance API for Minecraft mods, built to handle tasks efficiently, reduce lag, use GPU acceleration, smart ca...
No Double Sneak
Fixes the annoying bug where sneaking looks wrong in laggy servers (MC-159163)
SCP Lockdown: Labels Mod
it's a mod that adds over 80 labels for SCP Lockdown
Bad Wither No Cookie - Reloaded [Fabric]
silence server wide death sounds of the wither and endragon, silence dimension wide sounds of thunder, rain, and tnt. al...
Krypton Foxified
Krypton unofficial NeoForge port. A mod to optimize the Minecraft networking stack.
Create: Alloyed Guns
A addon that adds many guns to the create mod.