Description
MULTITEAM PRESENTS

This Core/Library mod features coding utilities for forge modders.
Currently, we have:
- TeleportTool: A utility class for teleporting the player between dimensions (or in the same dimension) to a specific coordinate.
- MathF: Currently contains calculation utilities, such as scaling values which are useful for example in rendering (float value between 0 and 1 which represents a space inside a block. now you can use one of the functions in this class to transform your integer value between 0 and 16 to this float value.)
- ItemGroupTool: A class to make simple creative tabs easily.
- ItemTooltipComponent: Makes it possible to draw items in a tooltip. let images speak instead of me:

0.0.1.7 and above:
- RegistrationTool: utility class filled with registration related functions that makes life easier.
- ItemManagementTool: currently there is only one function in there, to count a type of item inside an inventory (can count more than a stack)
0.2.2.1: With Minecraft 1.18, the bundle made us realize there's a better system to do the Item within item tooltip thing, so please read the documentation! [CLICK]
If you need further help, you can contact us on our Discord server! https://discord.gg/rudHdrJ


