The bug
When running the command: /weather rain 0
, it's expected to rain for 0 seconds and then become either clear
or thunder
. In other words, it's expected to change directly to another random weather. Currently it will continue to rain
for a longer time.
Side note
1.12.2 displayed an error message when the duration
was 0:
The number you have entered (0) is too small, it must be at least 1
Comments 9
Affects 1.13-pre1. Specifying a Value of 1 only works if the gamerule doWeatherCycle is set to true.
This occurs in Version 18w30b.