forked from virt-mirrors/Sit
fix default block sitting heights
This commit is contained in:
parent
9e69fe506f
commit
0738608811
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ public class Utl {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final double HALF_BLOCK = 0.49;
|
public static final double HALF_BLOCK = 0.5;
|
||||||
public static final double CARPET = 0.05;
|
public static final double CARPET = 0.062;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* checks if the provided itemstack is a valid one for the provided filter
|
* checks if the provided itemstack is a valid one for the provided filter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue