-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thistle spread settings too aggressive #388
Comments
@pmytilin1984 The spawn per biome setting only affects the initial worldgen, after that it could care less about the setting and spreads like wildfire in a grass land on a hot summer day. I suggest reducing the spawn rate, and see if it's any better, but I've added a new config option. 0910dd6 I've added a new preview build, give it a twirl and tweak the new config option to see if it fixes your issue |
The problem is that this isn't really sane default behaviour in my case, this biome is in the spawn chunks and even if I move out, thistle will eventually cover over every available dirt block given enough time. There should be a way to mitigate its growth at least, and stop it from spreading to nearby biomes I think. |
I'd suggest making it only spread if there aren't many other thistle plants nearby. I believe bamboo does something like this. |
@frederick-the-nameless They use similar logic, the only difference is thistle spreads over a 4x2x4 range instead of 2x2x2. As a test I've reduced the spread range so it's exactly like bamboo (1 block in each direction instead of 2) |
Decided to settle on scrubland bop biome, thistle spread everywhere.
it doesn't not seem to obey max spawn per chunk rule
relevant screenshot
http://i.imgur.com/g2g55t5.jpg
The text was updated successfully, but these errors were encountered: