TPalette Forge
Innovative Block Data Storage System
TPalette Forge presents an advanced palette implementation that fundamentally differs from MOJANG's standard solution. Unlike the developers' global palette, this system utilizes a local palette that stores data in 16x16x16 chunk segments.
The main advantage of the mod lies in its ability to store arbitrary NBT tags within blocks. The palette already includes standard Minecraft parameters: block ID, metadata, block light level, and sky light. In superflat world conditions, this allows reducing data volume by approximately 4000 bytes per chunk segment.
Implementation Features
This version represents a Forge adaptation implemented through a hook system. For convenient functionality testing, two commands have been added:
/getBlockNBT x y z- retrieve NBT data of the specified block/setBlockNBT x y z key1=value1 key2=value2 ...- set NBT data for a block