SpACore - Core Library for Minecraft Modifications
SpACore serves as a foundational library mod that provides the base for numerous other addons. Its primary purpose is to eliminate code duplication between different mods, allowing developers to create more optimized and compatible game extensions.
Configuration Settings
general:refreshRate (default: 5) - Specifies the interval in ticks between network updates. Increasing this value makes updates less frequent but reduces network bandwidth consumption.
general:replaceModOptions (default: true) - When set to true, replaces the standard game menu "Mod Options" button with "Mods" option that opens the complete list of installed modifications.
general:textureMapId (default: 10) - Identifier for custom texture atlas used by some modifications.
Important Information
Earlier versions of this modification included code that logged launches and installations. This functionality has been removed in newer versions but remains present in older builds. This feature can be disabled by setting the optOut parameter to true in configuration files or by turning off Minecraft snooper functionality.