Mojira Archive
MC-268130

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

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);

Unresolved

IThundxr

2024-01-28, 05:06 PM

2024-12-29, 04:26 PM

3

4

Confirmed

Low

Platform

Commands, Structures

1.20.4 - 1.21.41.20.4, 24w04a, 1.20.6, 24w19b, 1.21, 1.21.1, 24w34a, 1.21.4

-