MiniMod API is the core foundation for the MiniMod ecosystem. It acts as the main infrastructure mod that provides shared systems, reusable components, and common gameplay features used by other MiniMod projects.
This mod includes the base API, lifecycle hooks, service registry, shared tags, and internal systems needed for MiniMod add-ons to work together consistently. It also adds core infrastructure blocks and items such as pipes, smart pipes, facades, a facade changer, painter block, spray cans, and utility tools.
On its own, MiniMod API provides the building blocks for item transport, block customization, painting, facade handling, and future MiniMod expansions. For players, it serves as the required dependency that keeps the MiniMod ecosystem connected and compatible. For developers, it offers a shared foundation that reduces duplication and makes it easier to build new MiniMod modules.
MiniMod API should be installed whenever another MiniMod project lists it as a required dependency.

