-
Bug
-
Resolution: Invalid
-
None
-
1.20.4
-
None
-
Unconfirmed
-
(Unassigned)
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)