Block render layers

This commit is contained in:
paulevsGitch 2021-06-13 17:20:41 +03:00
parent 93094e0390
commit 52777aca89
19 changed files with 69 additions and 49 deletions

View file

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