Carbide, surge conveyors

This commit is contained in:
Anuken
2021-11-05 16:41:08 -04:00
parent 57ef7c823e
commit 6b3dfa6036
21 changed files with 92 additions and 20 deletions

View File

@@ -26,6 +26,9 @@ public class Layer{
//base block layer - most blocks go here
block = 30,
//informal layer used for additive blending overlay, grouped together to reduce draw calls
blockAdditive = 31,
//things drawn over blocks (intermediate layer)
blockOver = 35,