mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Add vacuum mode
This commit is contained in:
parent
7fe418d529
commit
22220b1b95
@ -38,7 +38,7 @@ public enum ObjectPlaceMode
|
||||
@DontObfuscate
|
||||
PAINT,
|
||||
|
||||
@Desc("Applies multiple terrain features into the parallax layer before this object places to distort the height, essentially vacuuming the terrain's heightmap closer to the bottom of this object.")
|
||||
@Desc("Applies multiple terrain features into the parallax layer before this object places to distort the height, essentially vacuuming the terrain's heightmap closer to the bottom of this object. Uses MAX_HEIGHT to place")
|
||||
@DontObfuscate
|
||||
VACUUM;
|
||||
VACUUM
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user