mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
Connect configuration with the mantle for fluid bodies
This commit is contained in:
@@ -27,7 +27,8 @@ public enum MantleFlag {
|
||||
FEATURE,
|
||||
INITIAL_SPAWNED,
|
||||
REAL,
|
||||
CARVED;
|
||||
CARVED,
|
||||
FLUID_BODIES;
|
||||
|
||||
static StateList getStateList() {
|
||||
return new StateList(MantleFlag.values());
|
||||
|
||||
Reference in New Issue
Block a user