
MultiCoreLib
MultiCoreLib is a core library that provides Forge mod developers with useful tools and utilities to simplify the programming process.
Main Features
TeleportTool — a specialized class for teleporting players between dimensions or within the same dimension to specific coordinates.
MathF — contains mathematical utilities for calculations, including scaling functions that are particularly useful for rendering work. For example, converting integer values from 0 to 16 into float values from 0 to 1 representing space inside a block.
ItemGroupTool — simplifies the creation of creative tabs in the game.
ItemTooltipComponent — allows displaying items directly in tooltips. Visual demonstration:
Additional Features
Version 0.0.1.7 and above
RegistrationTool — utility class with registration functions that significantly simplifies development.
ItemManagementTool — contains a function for counting specific item types in an inventory (can count more than one stack).
Version 0.2.2.1
With the release of Minecraft 1.18 and the introduction of bundles, an improved system for displaying items in tooltips was implemented. It's recommended to review the documentation for up-to-date information.
Compatibility
The library is primarily intended for mods from the MultiTeam team, but can be used by any Forge mod developers.