wiki通知情報

2023年10月からルールが変更されています。再度ルールをご確認ください。
更新情報(2021/5/5) / 重要告知(2021/5/9)

暫定対応

DoorsModule.java:128~
 
        // Are we looking at the top half?
        // If we are, we need to get the bottom half instead
        if (!WallMatcher.PROTECTABLES_TRAP_DOORS.contains(block.getType()) && (block.getData() & 0x8) == 0x8) {
            // Inspect the bottom half instead, fool!
            if ((block.getType() == Material.WOODEN_DOOR) || (block.getType() == Material.IRON_DOOR_BLOCK)) {
                block = block.getRelative(BlockFace.DOWN);
            }
        }
プリント/エキスポート
QRコード
QR Code user:ecolight:lwc_fence (generated for current page)