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

Mangrove swamp biome issue which effects villagers #72

Closed thewickening closed 2 months ago

thewickening commented 3 months ago

Describe the bug

The swamp villager requires a true "swamp" biome in order to obtain mending.

Seasons is redefining the "swamp" biome to be a "mangrove swamp" which prevents the villager from becoming the proper variant when bred.

Is their a way to fix this?

Also not sure if there would be a similar issue with any other biomes. I do not have any plugins altering biomes or world gen.

The swamp was actually mislabeled as mangrove swamp, which we know for two reasons:

The land generation was that of a regular swamp, and not of a mangrove swamp. Removing the plugin from the server, reverted the biomes as they were originally, meaning the mangrove swamp returned to being a normal swamp.

How to reproduce

simply disable the plugin while standing in a swamp biome. You will see it is a mangrove while the plugin is enabled, when removed it shows up as a normal swamp like it should.

Screenshots / Videos

No response

Server Log

No response

GC-spigot commented 2 months ago

It's a visual change with packets intercepting when player data is being sent from server to player. There is no change on the real world or server. This does not affect villagers at all. That is why disabling the plugin will make the real biomes re-appear, because it's only visual - nothing is ever changed :)