Added some missing instaDestroyItems

This commit is contained in:
Olof Larsson 2011-03-24 19:05:45 +01:00
parent d71c0e86d7
commit b2a76e2b24
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ public class Conf {
instaDestroyMaterials.add(Material.SUGAR_CANE_BLOCK);
instaDestroyMaterials.add(Material.DIODE_BLOCK_OFF);
instaDestroyMaterials.add(Material.DIODE_BLOCK_ON);
instaDestroyMaterials.add(Material.PAINTING);
instaDestroyMaterials.add(Material.RED_ROSE);
instaDestroyMaterials.add(Material.YELLOW_FLOWER);
safeZoneNerfedCreatureTypes.add(CreatureType.CREEPER);
safeZoneNerfedCreatureTypes.add(CreatureType.GHAST);