Mojira Archive
MC-212881

Custom dimension weather rain stuck

When it starts raining in an custom dimension it wont change to clear weather.

I waited (developed) more than 2h and its raining permanent. Started randomly.

/weather clear 1222

wont change the weather

/execute in test:test6 run weather clear 1222

wont change the weather

 

I use custom biomes in custom dimensions. 
Dimension type

{
  "ultrawarm": false,
  "natural": false,
  "piglin_safe": true,
  "respawn_anchor_works": true,
  "bed_works": true,
  "has_raids": true,
  "has_skylight": true,
  "has_ceiling": false,
  "coordinate_scale": 16,
  "ambient_light": 0,
  "logical_height": 256,
  "infiniburn": "minecraft:infiniburn_overworld"
}

Dimension

{
  "type": "test:glass_forest",
  "generator": {
    "type": "minecraft:noise",
    "seed": 1234902072,
    "biome_source": {
      "type": "minecraft:multi_noise",
      "seed": 1234902072,
      "altitude_noise": {
        "firstOctave": -5,
        "amplitudes": [
          1,
          1
        ]
      },
      "temperature_noise": {
        "firstOctave": -7,
        "amplitudes": [
          1,
          1
        ]
      },
      "humidity_noise": {
        "firstOctave": -7,
        "amplitudes": [
          1,
          1
        ]
      },
      "weirdness_noise": {
        "firstOctave": -4,
        "amplitudes": [
          1,
          1
        ]
      },
      "biomes": [
        {
          "biome": "test:purple_glass_forest",
          "parameters": {
            "altitude": 0.5,
            "temperature": 0,
            "humidity": 0,
            "weirdness": 0,
            "offset": 0
          }
        },
        {
          "biome": "test:green_glass_forest",
          "parameters": {
            "altitude": 0,
            "temperature": 0,
            "humidity": 0,
            "weirdness": 0,
            "offset": 0
          }
        }
      ]
    },
    "settings": "minecraft:overworld"
  }
}

Duplicate

Oskar

2021-01-25, 06:46 PM

2021-01-26, 04:05 AM

2021-01-26, 04:00 AM

0

0

Unconfirmed

(Unassigned)

1.16.5

-