Base blocks (WIP)

This commit is contained in:
Aleksey 2021-05-26 18:00:55 +03:00
parent feb6c5172c
commit c4a510bd2e
56 changed files with 4418 additions and 1 deletions

View file

@ -0,0 +1,6 @@
package ru.bclib.client.render;
public enum ERenderLayer {
CUTOUT,
TRANSLUCENT;
}