mojira.dev
MC-223952

unable to use data store and data modify in the same function.

When storing a surtain storage array in a scoreboard you are unable to remove it afterwards in the same function. 
 
For example in the following function:
 
data modify storage minecraft:array moves prepend value 1
execute store result score move info run data get storage minecraft:array moves[0]
data remove storage minecraft:array moves[0]
 
By executing the function, the data gets stored in the scoreboard but not removed afterwards. 

Comments 1

nvm It was a problem in my datapack.

pascal vriend

(Unassigned)

Unconfirmed

(Unassigned)

1.16.5

Retrieved