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

@ -431,6 +431,8 @@ public class DefaultConfig extends ConfigFile {
set(ConfPaths.COMPATIBILITY_BLOCKS + ConfPaths.SUB_IGNOREPASSABLE, new LinkedList<String>(Arrays.asList(new String[]{
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.