Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
N3rdy-Lib is a library mod that contains stuff while i make minecraft mods. It currently contains the following:
A class for NbtObjects, NbtObjects are objects that can be directly put on nbt compounds due to them implementing the NbtElement interface. All data handling is already done except client to server synchronisation, which can be done by updating the nbtcompound.
An interface for left click items. Items that exectute a function when you use the left click button when holding it. Also has a method for holding the left click button. Both methods provide a client and server method and will need a shared method if not specifically stated otherwise for now.
An interface for Items that lets them grant attribute modifiers while inside of the general inventory. Think of charms and amulets without the hassle for the custom equipment slots, the attribute modifiers update once every 5 ticks for performance sake.
If you want to make use of this mod for personal development i highly recommend checking out the github for the code or asking me on the discord!