geforkt von Mirrors/Paper
Added self face
By: durron597 <martin.jared@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
eff44b6a95
Commit
3be4ecd28c
@ -9,7 +9,8 @@ public enum BlockFace {
|
||||
South(1, 0, 0),
|
||||
West(0, 0, 1),
|
||||
Up(0, 1, 0),
|
||||
Down(0, -1, 0);
|
||||
Down(0, -1, 0),
|
||||
Self(0, 0, 0);
|
||||
|
||||
private final int modX;
|
||||
private final int modY;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren