9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 04:29:05 +00:00

Added tile entity support + mantle.

This commit is contained in:
Vatuu
2022-06-03 06:19:13 +02:00
parent e6daabbb47
commit d316207a61
3 changed files with 19 additions and 25 deletions

View File

@@ -32,7 +32,8 @@ public enum MantleFlag {
INITIAL_SPAWNED_MARKER,
CLEANED,
PLANNED,
ETCHED;
ETCHED,
TILE;
static StateList getStateList() {
return new StateList(MantleFlag.values());