/data doesn't update a block entity's visuals until reload
What happens:
using [ /data ] to change:
- a banner's pattern and/or pattern color
- a sign's text
- structure block bounding box and gui (unlike the others, this change is not corrected on reload)
using [ /data get ], the returned nbt shows the correct (updated) nbt.
Middle-clicking the banner gets the wrong (old) item in inventory.
What is expected to happen:
The visuals update according to the nbt instantaneously without the need of re-logging.
How to reproduce:
Banner:
- Place any banner.
- use a command to change the patterns:
/data merge block ~-1 ~1 ~ {Patterns:[{Pattern:"bs",Color:5}]} - The texture doesn't update.
- Relog. It is magically fixed!
End Crystal and area effect cloud:
- Place an entity.
- change the pos using [/data].
- Position only changes after relog.
2017-12-01, 12:40 AM
2018-01-17, 11:38 AM
2018-01-17, 11:38 AM
16
9
/data, banners, entites, tile-entity