TPalette Forge

TPalette Forge

56 Downloads

A truly usable palette implement, unlike MOJANG'S global palette implement, this implement is a local palette (store in a chunk segment 16x16x16), it allows store nbttag in blocks, whatever the nbttag is, and the palette store MC's BLOCKID, BLOCKMETADATA, BACKLIGHT, SKYLIGHT in the nbttag already (at superflat world type it reduces about 4000 bytes pre chunk segment)
IT IS MY FORK OF ORIGINAL PAGE (Clickable)

My changes:

- Make it work as forge mod by hooks.
- I add commands "/getBlockNBT x y z" and "/setBlockNBT x y z key1=value1 key2=value2 ..." to test it.

WARNING! This mod changes a way of storing data in save files, so it breaks your worlds files...