iCommonLib
iCommonLib
The core of iCommonLib is a specialized library designed for Minecraft mod developers. Its key purpose is to provide mod creators with a set of universal functions that work stably across multiple game versions.
Core Features
- Retrieving ChestBlockEntity view count for versions 1.16 and 1.17
- GamemodeChangeEvent compatible with 1.16 requirements and gameplay mode changes in 1.17
- System calls for BlockEntity NBT container serialization and loading for releases 1.17 and 1.18
- WorldInitEvent enhanced to accommodate constructor changes in 1.18
- Access to
PalettedContainerobject for versions 1.17 and 1.18
Benefits for Developers
The library's architecture is based on aggregating frequently needed tools for building cross-platform mods. This simplifies the programming process by eliminating the need for routine adaptation of basic functionality to different Minecraft versions. Developers can focus on implementing their mod's unique features, delegating compatibility support to iCommonLib.