Ability to store long type number using "/execute store"
Even though "execute store" can use to store long type number into an entity nbt, it can't take long type number and store it to another long type
As an example, there is two command block
The first command block located at 0 0 0 and the other one above it at 0 1 0
If I run these command below sequentially
/data merge block 0 0 0 {LastExecution:9223372036854775807L}
/execute store result block 0 1 0 LastExecution long 1 run data get block 0 0 0 LastExecution
instead of having 9223372036854775807, the LastExecution nbt from the second command block at 0 1 0 is having 2147483647 which is the max value of integer number
I hope it will get reworked
Please sign in to leave a comment.
1 Comments