Plant Growth isn't restricted by config
Kwikxilver opened this issue ยท 4 comments
Hey,
Love the plugin but I'm having some issues with it. I'm trying to restrict plants to certain biomes with my config, but for some reason it's not working and plants keep growing when they shouldn't.
Here's my config: https://pastebin.com/QdBcAFb3
Have I set my config wrong, or is there a bug with the mod?
Appreciate any help you can give me. Thanks!
Thanks for getting back to me @msudol ! The worlds are named the same as the config.
I'm running a Minecraft 1.15.2 / Paper-133 server, with PwnPlantGrowth version v2.5.4.
Some more detail - what I'm trying to achieve in the mod is to limit the growth of certain plants in certain biomes. In an ocean, nothing is supposed to grow but I'm finding Melons still grow there regardless of the config.
Here's a selection of my BlockGrow.log. I waited until a melon grew near me in a DEEP_LUKEWARM_OCEAN, then stopped the server and copied the file. I'm pretty sure this shows the melon growing (which it did) but the log says "FAILED" anyway. Any idea what this is about? Is it do with the "AIR" event?
[2020/03/22 11:00:27] Growing: WHEAT BiomeGroup is set: [Plains, Monsoon, Temperate, Cold, HotWet] - Missing BiomeGroup.Plains Missing BiomeGroup.Monsoon Missing BiomeGroup.Temperate Missing BiomeGroup.Cold Missing BiomeGroup.HotWet Failed (Rate: 0)
[2020/03/22 11:00:27] Block Event for: AIR - In biome: LUKEWARM_OCEAN
[2020/03/22 11:00:27] Growing: MELON BiomeGroup is set: [Plains, Monsoon, HotWet] - Missing BiomeGroup.Plains Missing BiomeGroup.Monsoon Missing BiomeGroup.HotWet Failed (Rate: 0)
[2020/03/22 11:00:28] Block Event for: SWEET_BERRY_BUSH - In biome: DEEP_LUKEWARM_OCEAN
[2020/03/22 11:00:28] Growing: SWEET_BERRY_BUSH BiomeGroup is set: [Temperate, Cold] - Missing BiomeGroup.Temperate Missing BiomeGroup.Cold Failed (Rate: 0)
[2020/03/22 11:00:29] Block Event for: SWEET_BERRY_BUSH - In biome: DEEP_LUKEWARM_OCEAN
[2020/03/22 11:00:29] Growing: SWEET_BERRY_BUSH BiomeGroup is set: [Temperate, Cold] - Missing BiomeGroup.Temperate Missing BiomeGroup.Cold Failed (Rate: 0)
[2020/03/22 11:00:37] Block Event for: SWEET_BERRY_BUSH - In biome: DEEP_LUKEWARM_OCEAN
[2020/03/22 11:00:37] Growing: SWEET_BERRY_BUSH BiomeGroup is set: [Temperate, Cold] - Missing BiomeGroup.Temperate Missing BiomeGroup.Cold Failed (Rate: 0)
[2020/03/22 11:00:45] Block Event for: AIR - In biome: DEEP_LUKEWARM_OCEAN
[2020/03/22 11:00:45] Growing: GRASS_BLOCK No BiomeGroup Found -
If your worlds are named the same as the worlds in the config, everything looks correct. Can you report your minecraft version (including mod type, spigot/paper/other) and the PwnPlantGrowth version you are using? Also, looks like you have logging enabled, maybe you can post some of the log file contents so we can take a look to see what is happening.
Release v2.5.5 will be available and should resolve this. Your config is awesome by the way, very well designed.