Added 1.8 Fences

This commit is contained in:
Sn0wStorm
2015-01-10 22:51:01 +01:00
parent bc56fc8770
commit 1f16c6af04
5 changed files with 36 additions and 9 deletions
+6
View File
@@ -645,6 +645,12 @@ public class P extends JavaPlugin {
return true;
case FENCE:
case NETHER_FENCE:
case ACACIA_FENCE:
case BIRCH_FENCE:
case DARK_OAK_FENCE:
case IRON_FENCE:
case JUNGLE_FENCE:
case SPRUCE_FENCE:
// remove barrel and throw potions on the ground
Barrel barrel = Barrel.getBySpigot(block);
if (barrel != null) {