Skip to content

Minecraft mod for fast block place or harvest logging

License

Notifications You must be signed in to change notification settings

LionZXY/FastLogBlock

Fast Log Block Build Status codecov

This is minecraft mod for easy and fast logging block place and break.

Event multithread handling

Log file format

Name posX posY posZ typeaction playerid blockid timestamp
Field Length (bytes) 4 byte 4 byte 4 byte 1 byte ('0' for Remove, '1' for Insert, '2' for update, '100' for unknown) 4 byte 8 byte 8 byte

Total: 33 bytes per line (+1 byte for devider)

Filename: /{save}/{world/dimension}/*.bytelog

Name id blockname
Field Length (bytes) 8 byte 1 byte per symbols

Total: ~ 21 bytes per block

Filename: blockmap.bytelog

Name id nickname
Field Length (bytes) 4 byte 1 byte per symbols

Total: ~ 10 bytes per Player

Filename: nickmap.bytelog

Thanks for item texture: https://github.com/CyanideX/Unity

About

Minecraft mod for fast block place or harvest logging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages