9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 03:29:06 +00:00

Marker spawning

This commit is contained in:
cyberpwn
2021-09-12 12:02:36 -04:00
parent 03bc1e722e
commit 6daf0861c9
3 changed files with 31 additions and 23 deletions

View File

@@ -28,7 +28,8 @@ public enum MantleFlag {
INITIAL_SPAWNED,
REAL,
CARVED,
FLUID_BODIES;
FLUID_BODIES,
INITIAL_SPAWNED_MARKER;
static StateList getStateList() {
return new StateList(MantleFlag.values());