Add ladder to blocks ignored by default by passable.

This commit is contained in:
asofold 2012-10-17 18:52:58 +02:00
parent 77216f0799
commit e3be45b986

View File

@ -433,7 +433,8 @@ public class DefaultConfig extends ConfigFile {
set(ConfPaths.COMPATIBILITY_BLOCKS + ConfPaths.SUB_IGNOREPASSABLE, Arrays.asList(
Material.WOODEN_DOOR.name(), Material.IRON_DOOR_BLOCK.name(),
Material.PISTON_EXTENSION.name(),
Material.PISTON_MOVING_PIECE.name() // TODO: ?
Material.PISTON_MOVING_PIECE.name(), // TODO: ?
Material.LADDER.name()
));
// Update internal factory based on all the new entries to the "actions" section.