mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00

* Add branch block type * Fix tabs * Degenerate quads by setting them (.5,.5,.5) * Add directional branch connecting * Fix branches connecting to non-solid blocks * Simplify branchTransform * No automatic connections to solid blocks * Use Neighbor to express branch connections * Allow manual modification of branch connections * Update branch model to have solid ends * Tweak block connecting logic * Tweak comments * Tweak branch model UV * Update branch debug texture * Remove extra faces on connections * Apply review suggestions * Exclude viewThrough blocks from branch updateData * Revert "Exclude viewThrough blocks from branch updateData" This reverts commit 5942870253e841669c26db959e956fe416d77b9e. * Apply review suggestions * Snakes not allowed * Fix style issues * Apply review suggestions * Fix formatting issue