9
0
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:
CocoTheOwner
2021-03-08 18:50:28 +01:00
parent 55948d5b79
commit 49b1c553ba

View File

@@ -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;