Actually spaces at the end of lines might be the issue, its not something I'd really thought to look for.
Oh and I've also just put up a thread for the pack I'm intending to use this in if you wanted to check out what the pack will be like. Link's the second one in the text in my signature
I've implemented the following:
There is now another config file generated where you can specify mutation override chances for seeds.
The logic follows this algorithm:
- Crosscrop waits for growth tick. On growth tick, it finds the plant to start growing on the crop. This is either one of the surrounding plants, or a mutation (based on the global mutation chance in the config).
- Then it looks in the overrides if the user has defined an override for that crop. If not then it will have 75% chance to place the crop. If it finds an override it will have that chance to place the plant. (meaning if you override a certain plant to 0, it will never spread)