Added self face
This commit is contained in:
parent
8a6569f229
commit
0a2b312ecd
@ -9,7 +9,8 @@ public enum BlockFace {
|
|||||||
South(1, 0, 0),
|
South(1, 0, 0),
|
||||||
West(0, 0, 1),
|
West(0, 0, 1),
|
||||||
Up(0, 1, 0),
|
Up(0, 1, 0),
|
||||||
Down(0, -1, 0);
|
Down(0, -1, 0),
|
||||||
|
Self(0, 0, 0);
|
||||||
|
|
||||||
private final int modX;
|
private final int modX;
|
||||||
private final int modY;
|
private final int modY;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user