Mojira Archive
MC-268694

Block display does not update block state

When summoning a block display and after modifying its data to "change" the block state(booleans) of the block display from false to true, the block display doesn't update, but changing it from true to false does update and changes the model of the block to the new block state

 

doesn't work with every block and every block state

 

commands:

/summon block_display ~ ~ ~ {block_state:{Name:oak_fence,Properties:

{north:"true",east:"true",south:"true",west:"true"}

}} (for summoning a block display with block stats)

/data modify entity @e[type=minecraft:block_display,limit=1,sort=nearest] block_state.Properties.east set value false (to set the value of the block state to false)

/data modify entity @e[type=minecraft:block_display,limit=1,sort=nearest] block_state.Properties.east set value true  (to set the value of the block state to true but doesn't work)

Invalid

barvazan134

2024-02-20, 04:51 PM

2024-02-20, 11:01 PM

2024-02-20, 11:01 PM

1

0

Unconfirmed

(Unassigned)

1.20.4

-