AdvancedPlugins / Seasons

Experience dynamic seasons in Minecraft with Advanced Seasons, the most immersive seasons plugin available.
Apache License 2.0
1 stars 1 forks source link

Biome temperature not working for custom biomes #107

Open Mitality opened 3 weeks ago

Mitality commented 3 weeks ago

Describe the bug

Custom biomes appear to still use the default temperature, despite being added to the biome configuration.

For example, DESERT and ancient_sands don not share temperature if configured like so:

badlands_deserts.yml:

biomes:
  - DESERT
  - ancient_sands

temperature: 15

config.yml:

defaultColorBiomes:
  - DESERT
  - ancient_sands

With this config, DESERT is 15°C warmer than ancient_sands.

DESERT uses the default temperature plus 15°C and ancient_sands just uses the default temperature without applying the biome specific temperature from badlands_deserts.yml.

How to reproduce

Ynverxe commented 2 weeks ago

Working on it :+1: