Fix vacuum

This commit is contained in:
cyberpwn
2021-08-27 02:32:57 -04:00
parent a5270ccea8
commit 261c786a10
9 changed files with 72 additions and 88 deletions

View File

@@ -25,7 +25,8 @@ public enum MantleFlag {
UPDATE,
JIGSAW,
FEATURE,
INITIAL_SPAWNED;
INITIAL_SPAWNED,
REAL;
static StateList getStateList() {
return new StateList(MantleFlag.values());