Skip to content

1.16.5-1.10.4: -Added network class to allow syncing of individual cells

Compare
Choose a tag to compare
@dannydjdk dannydjdk released this 11 Sep 03:32

-Fixed visual flutter caused by client syncing (issue 37)
-Added In-game documentation to items - hold shift while hovering over item in JEI or inventory
-Fixed issue where panel color changes were not always rendered until nearby block changes
-Fixed an issue which caused panels with lighting blocks to lose their data during world load under certain circumstances.
-Checking for null world when flagging for block update on color change to prevent nullpointerexception on world load.
-Changed tick function to only tick cells server side since they are syncing to client on change. This completely eliminates any "fluttering" and reduces load on client.

API:
-Backported API updates from 1.17.1 version to allow support for Tiny Gates
-1.16 version now published to maven repository
-Added API documentation
-Added networking class to allow individual cells to sync to client