Skip to content

Commit

Permalink
Added a few additional unsafe blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Feb 6, 2021
1 parent f7ce67e commit 84484d4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ public class RandomPoint extends TeleportationPoint {
unsafeBlocks.add(Material.MAGMA_BLOCK);
unsafeBlocks.add(Material.JUNGLE_LEAVES);
unsafeBlocks.add(Material.SPRUCE_LEAVES);
unsafeBlocks.add(Material.OAK_LEAVES);
unsafeBlocks.add(Material.BIRCH_LEAVES);
unsafeBlocks.add(Material.ACACIA_LEAVES);
unsafeBlocks.add(Material.DARK_OAK_LEAVES);
unsafeBlocks.add(Material.OBSIDIAN);
}

private Location randomLocation(World world) {
Expand Down

0 comments on commit 84484d4

Please sign in to comment.