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