mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 03:29:06 +00:00
Marker spawning
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user