mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
255 & no more flying objects
lol why does this happen
This commit is contained in:
parent
ea17e916b8
commit
d81986bcc5
@ -42,7 +42,7 @@ public class IrisObjectLimit {
|
|||||||
@MinNumber(0)
|
@MinNumber(0)
|
||||||
@MaxNumber(1024)
|
@MaxNumber(1024)
|
||||||
@Desc("The maximum height for placement (top of object)")
|
@Desc("The maximum height for placement (top of object)")
|
||||||
private int maximumHeight = 512;
|
private int maximumHeight = 255;
|
||||||
|
|
||||||
public boolean canPlace(int h, int l) {
|
public boolean canPlace(int h, int l) {
|
||||||
return h <= maximumHeight && l >= minimumHeight;
|
return h <= maximumHeight && l >= minimumHeight;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user