-
Bug
-
Resolution: Duplicate
-
None
-
1.21
-
None
-
Community Consensus
-
Commands, Rendering
This is not a duplicate of MC-55863, which is about unloaded chunks and biomes.
This issue is about dimensions. Nether and end dimensions should never rain, even after running "/weather rain" command. But it rains (though invisible) after re-entring the world.
In fact, MC-55863 is about raining unloaded chunks in overworld show rain particles ignoring their biomes, which is caused by chunks is not loaded in the cilent so that biomes are still unknown. But ALL of the 24 "is duplicated by" issues in MC-55863 is about raining in the nether or the end, which is caused by this issue rather than MC-55863. So, they should be re-tagged as duplicates of this issue instead of MC-55863.
This issue also affects mob behaviors about raining. Such as bees.
Step to reproduce:
- Enter the nether:/execute in the_nether run tp ~ 128 ~
- Try to make it rain: /weather rain
- Test if the nether rains: /execute if predicate {condition:weather_check,raining:true}
- Returns: Test failed The nether should never rain
- Test if the command works (weather command works for all dimensions): /execute in overworld if predicate {condition:weather_check,raining:true}
- Returns: Test passed The overworld rains
- Exit the level, reopen the level.
- Test if the nether rains: /execute if predicate {condition:weather_check,raining:true}
- Returns: Test passed Not consistent with before the reopening
- Try to make it clear: /weather clear
- Test if the nether rains: /execute if predicate {condition:weather_check,raining:true}
- Returns: Test passed Still rains. We cannot make the nether clear unless reopening the level.
- Exit the level, reopen the level.
- Test if the nether rains: /execute if predicate {condition:weather_check,raining:true}
- Returns: Test failed
Expected behavior:
The nether and the end should never rain.
Weather before reopening and after reopening should be consistent. The nether should not rain after reopening the level.
- duplicates
-
MC-55863 It rains over unloaded chunks, ignoring the biome
- Reopened