FrostIce482
- FrostIce482
- JIRAUSER716713
- Asia/Bangkok
- Yes
- No
Upon updating to Preview 1.19.10.22, I noticed that the /tellraw command behavior has changed to act like /tell command.
Steps to reproduce
- Run the following command:
/tell @s this is with tell commandThe observed result:
- Run another command:
/tellraw @s {"rawtext":[{"text":"this is with tellraw command"}]}Upon updating to Preview 1.19.10.22, I noticed that the /tellraw command behavior has changed to act like /tell command.
Steps to reproduce
- Run the following command:
/tell @s this is with tell commandThe observed result:
- Run another command:
/tellraw @s {"rawtext":[{"text":"this is with tellraw command"}]}The observed result:
The expected result:
Upon updating to Preview 1.19.10.22, I noticed that the /tellraw command behavior has changed to act like /tell command.
Steps to reproduce
- Run the following command:
/tell @s this is with tell commandThe observed result:
- Run another command:
/tellraw @s {"rawtext":[{"text":"this is with tellraw command"}]}The observed result:
The expected result:
Upon updating to Preview 1.19.10.22, I noticed that the /tellraw command behavior has changed to act like /tell command.
Steps to reproduce
- Run the following command:
/tell @s this is with tell commandThe observed result:
- Run another command:
/tellraw @s {"rawtext":[{"text":"this is with tellraw command"}]}The observed result:
The expected result:
Empty modified chunk does not get saved
/testfor command cannot target spectators, however in the autocompletionthere is the option to target spectators.To Reproduce: Run the following command:
/testfor @a[m=spectator]Expected result: List of spectators were shown
Observed: The error "Game mode 'spectator' is invalid' was shown insteadTarget selectors can use the "m" selector argument to limit selection by game mode, but there is no value to select only players in Spectator mode.
To Reproduce: Run the following command:
/testfor @a[m=spectator]Expected result: List of spectators were shown
Observed: The error "Game mode 'spectator' is invalid' was shown instead
Works as expected
When you assign a new value to a variable, that variable only changes for one file and not for other files.
If you want it to change across files, use objects instead, and change the property value inside that object, so it changes across files.
Done some bit of testing and it seemed like it only affects chunks between Y=-64 and Y=-49
Seemed like this was fixed in Preview 1.19.10.22