文書の表示以前のリビジョンバックリンク全て展開する/折り畳む文書の先頭へ この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。 暫定対応 <code java> 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); } } </code>xxxxxxxxxx 暫定対応<code java>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); } }</code> user/ecolight/lwc_fence.txt 最終更新: 2021/05/08 16:13by ecolight