mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 17:19:16 +00:00
Min bore ex y to -1
This commit is contained in:
@@ -63,7 +63,7 @@ public class IrisObjectPlacement
|
||||
private int boreExtendMaxY = 0;
|
||||
|
||||
@MaxNumber(64)
|
||||
@MinNumber(0)
|
||||
@MinNumber(-1)
|
||||
@DontObfuscate
|
||||
@Desc("When bore is enabled, lower min-y of the cuboid it removes")
|
||||
private int boreExtendMinY = 0;
|
||||
|
||||
Reference in New Issue
Block a user