add stained glass to list of blocks that can be broken in quiver

This commit is contained in:
fooify 2015-06-30 09:03:43 -07:00
parent 4ff456b722
commit 11fb02a594
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ public class Quiver extends SoloGame
this.SpawnDistanceRequirement = 16;
this.BlockBreakAllow.add(102);
this.BlockBreakAllow.add(20);
this.BlockBreakAllow.add(Material.STAINED_GLASS_PANE.getId());
this.BlockBreakAllow.add(Material.STAINED_GLASS.getId());
_scoreObj = Scoreboard.GetScoreboard().registerNewObjective("Kills", "dummy");
_scoreObj.setDisplaySlot(DisplaySlot.BELOW_NAME);