Alpha 1.2.2 - The API Update
lucasdamianjohnson
released this
26 Oct 22:42
·
157 commits
to main
since this release
I changed most of the API for working with data in the engine.
- Replaced WorldData and WorldMatrix with
BrushTool
ad theDataTool
. - You can easily build chunks now with the
BuilderTool
. - Tasks such as RGB light updates can be triggered with the
TasksTool
. - Added dimensions. Not everything is implemented yet.
- Updated all examples to use the new player example.
- Fixed a few light update bugs when adding/removing voxels.