add stained glass to list of blocks that can be broken in quiver
This commit is contained in:
parent
4ff456b722
commit
11fb02a594
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user