Add piston stuff to ignore list (config) for passable.

This commit is contained in:
asofold 2012-10-07 18:39:30 +02:00
parent 1bb1dd8a89
commit 1372a462d9

View File

@ -430,7 +430,9 @@ public class DefaultConfig extends ConfigFile {
set(ConfPaths.STRINGS + ".tempkick5", "ncp tempkick [player] 5 You have five minutes to think about it!");
set(ConfPaths.COMPATIBILITY_BLOCKS + ConfPaths.SUB_IGNOREPASSABLE, new LinkedList<String>(Arrays.asList(new String[]{
Material.WOODEN_DOOR.name(), Material.IRON_DOOR_BLOCK.name(),
Material.WOODEN_DOOR.name(), Material.IRON_DOOR_BLOCK.name(),
Material.PISTON_EXTENSION.name(),
Material.PISTON_MOVING_PIECE.name(), // TODO: ?
})));
// Update internal factory based on all the new entries to the "actions" section.