How to reproduce
Create a data storage
/data merge storage example:temp {foo:123}
Leave and re-join the world
Try to modify the data storage
/data merge storage example:temp {bar:123}
❌ Notice that the command fails and that the data storage was not modified
Linked issues
is duplicated by 1
Attachments
Comments 5
Interestingly, using data modify
will modify the storage, even if the effects are otherwise identical:
/data modify storage example:temp {} merge value {bar: 123}
(The error still happens, though.)
Dang, puts my datapack work on pause. Worth noting, /data remove
has the same error-despite-working thing.
Can confirm