* Add `selectedBlock` logic sensor
* Add `buildX`/`buildY`/`building` logic sensors
* Change `building` from boolean to the building
* `breaking`
* Make `breaking`/`building` more consistent
* Allow blocks/content to be null
* Change `selectedBlock` from air to null
* Change `selectedBlock` from air to null
* Make `selectedBlock` SyncLocal
* Add `selectedRotation`
* Allow markers to use content/displays as textures
* Don't process empty commands
* Allow canvases to be used as marker textures
* Proper Json serialization
---------
Co-authored-by: Anuken <arnukren@gmail.com>
* Text/ShapeText marker text alignment
* Allow `draw print` to use a dynamic align
* Highlight currently selected value when possible
* Fix alignment with newlines
* Add `lineAlign`
---------
Co-authored-by: Anuken <arnukren@gmail.com>
* Allow markers to be used as light sources
* Better light source markers
* Move PointMarker drawLight to LightMarker
* Add a rule for unit lights
* Optimize marker rendering
* Update core/assets/bundles/bundle.properties
---------
Co-authored-by: Anuken <arnukren@gmail.com>