mojira.dev
MC-139418

Cannot place scaffolding with bottom property other than default

The bug

It is not possible to place a scaffolding with the bottom property set to a value other than what would be supported at that location, i.e.:

  • scaffolding on ground: bottom=false

  • scaffolding in air: bottom=true

This is different to nearly all other blocks where it is possible to place non-default block states.

Reproduction steps

/setblock

While standing on the ground, use:

/setblock ~ ~ ~ scaffolding[bottom=true]

❌ The scaffolding instantly changes to bottom=false

BlockStateTag

Right click with the following item on the ground

/give @s scaffolding{BlockStateTag:{bottom:"true"}}

❌ The scaffolding instantly changes to bottom=false

Debug stick

Try to change the bottom property using the Debug Stick
❌ The scaffolding instantly reverts back to its previous state

Attachments

Comments 6

Can confirm in 21w03a.

Can confirm in 21w05b.

Can confirm in 21w06a.

Can confirm in 1.16.5 and 21w08b.

Can confirm in 1.17.

Can confirm in 1.17.1.

uncomedic

(Unassigned)

Confirmed

Block states

Minecraft 18w46a, 1.16.2, 20w45a, 21w03a, 1.16.5, ..., 1.17, 1.17.1, 1.20.1, 1.21.4, 25w02a

Retrieved