Sulphur, brimstone
This commit is contained in:
parent
bf7e665b36
commit
44371da207
25 changed files with 317 additions and 63 deletions
|
@ -293,4 +293,8 @@ public class BlocksHelper {
|
|||
public static Direction randomHorizontal(Random random) {
|
||||
return HORIZONTAL[random.nextInt(4)];
|
||||
}
|
||||
|
||||
public static Direction randomDirection(Random random) {
|
||||
return DIRECTIONS[random.nextInt(6)];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue