Skip to content

Commit

Permalink
Add carpet to safe teleport materials.
Browse files Browse the repository at this point in the history
  • Loading branch information
khobbits committed Jul 2, 2013
1 parent 522c3e8 commit 34f6487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class LocationUtil
HOLLOW_MATERIALS.add(Material.FENCE_GATE.getId());
HOLLOW_MATERIALS.add(Material.WATER_LILY.getId());
HOLLOW_MATERIALS.add(Material.NETHER_WARTS.getId());
HOLLOW_MATERIALS.add(Material.CARPET.getId());

for (Integer integer : HOLLOW_MATERIALS)
{
Expand Down

0 comments on commit 34f6487

Please sign in to comment.