差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
user:ecolight:lwc_fence [2015/12/06 00:56] ecolight 作成 |
user:ecolight:lwc_fence [2021/05/09 01:13] (現在) ecolight ↷ user:user:ecolight:lwc_fence から user:ecolight:lwc_fence へページを移動しました。 |
||
---|---|---|---|
行 8: | 行 8: | ||
if (!WallMatcher.PROTECTABLES_TRAP_DOORS.contains(block.getType()) && (block.getData() & 0x8) == 0x8) { | if (!WallMatcher.PROTECTABLES_TRAP_DOORS.contains(block.getType()) && (block.getData() & 0x8) == 0x8) { | ||
// Inspect the bottom half instead, fool! | // Inspect the bottom half instead, fool! | ||
- | if (block.getType() == Material.WOODEN_DOOR) { | + | if ((block.getType() == Material.WOODEN_DOOR) || (block.getType() == Material.IRON_DOOR_BLOCK)) { |
block = block.getRelative(BlockFace.DOWN); | block = block.getRelative(BlockFace.DOWN); | ||
} | } | ||
} | } | ||
</ | </ |