Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-268130

Fences in lava room of Nether Fortresses placed using "/place" fail to connect to the sides

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.4, 24w04a
    • None
    • Confirmed
    • Commands, Structures
    • Low
    • Platform

      Inside of the lava room of a nether fortress the fence's above fail to connect to the sides, Reproducable by running /place structure minecraft:fortress and going into the room with the 1x1 lava and looking at the fence's on the top of the hallway, you'll be able to see that they dont connect to the sides

      Also it affects all 1.20.x versions

      using the below diff on `NetherFortressPieces.CastleEnterance#postProcess` fixes this

      - this.generateBox(pLevel, pBox, 5, 8, 0, 7, 8, 0, Blocks.NETHER_BRICK_FENCE.defaultBlockState(), Blocks.NETHER_BRICK_FENCE.defaultBlockState(), false);
      + this.generateBox(pLevel, pBox, 5, 8, 0, 7, 8, 0, Blocks.NETHER_BRICK_FENCE.defaultBlockState().setValue(FenceBlock.WEST, Boolean.valueOf(true)).setValue(FenceBlock.EAST, Boolean.valueOf(true)), Blocks.NETHER_BRICK_FENCE.defaultBlockState(), false);
      

            Unassigned Unassigned
            IThundxr IThundxr
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: