Goliafder Core is a lightweight, low-level optimization library designed for Fabric 1.21+. It serves as a backend bridge for mods that require high-frequency block state updates and advanced entity-culling logic.
Originally developed as a proprietary solution for large-scale modpacks, Goliafder (and its subsidiary Kelefder API) optimizes the communication between the Minecraft server and the client-side rendering engine.
Key Features:
-
Spatial Buffer Management: Enhances the way the engine handles localized chunk updates to prevent FPS stutter during rapid environment changes.
-
Packet Synchronization: Streamlines block-breaking packets to ensure zero-latency synchronization between players in high-ping environments.
-
Entity Logic Bridge: Provides the necessary hooks for custom-rendered entities (such as those found in horror or complex AI mods) to function without conflicting with Sodium or Iris shaders.
-
Dynamic Culling: Prevents invisible entities from consuming CPU cycles when outside the player’s frustum.
Technical Note:
This is a library mod. It does not add any user-facing items, blocks, or creative tabs. It is a mandatory dependency for several advanced performance and horror-based mod projects. Please ensure this is installed on both the Client and the Server to prevent "Invalid Block State" disconnects.

