9
0
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:
cyberpwn
2021-09-04 14:05:16 -04:00
parent e2d07f7e78
commit a3aedd5fad
5 changed files with 31 additions and 13 deletions

View File

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