macu lib
Modby macuguita
Library for my mods and adding supporter perks
Type
Mod
CurseForge Downloads
52,438
CurseForge ID
1216837
Modrinth Downloads
46,159
Modrinth ID
XnLNz8og
Last Updated
Jun 11, 2026
Description
macu lib
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` ```java public static final GuitaRegistry ITEMS = GuitaRegistries.create(Registries.ITEM, MOD_ID); public static final GuitaRegistryEntry 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](https://support.modrinth.com/en/articles/8801191-modrinth-maven) like this ```gradle 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](https://macuguita.com/) - You are free to use this mod in any Modpack in this platform --- ## Credits - Developer: macuguitaCompatibility
Mod Loaders
Game Versions
Similar Mods
Lampcrafting
More lamps - new patterns and lamps with their own mechanics
Dirt Deco
Building Blocks made with Dirt
Missing Mods Checker
Ensures the user always has core mods for the modpack, and allows prompting them to download optional mods on startup
JER Ore Integration
A JER addon that integrates various ores with its graphing capabilities.
off the grid dragons
this adds more dragons beyond the archipelago
Mobifier
A mod allowing you to modify the attributes of any mob. Change Health, Damage, and more!