Overtake setting not respected
mpevner opened this issue ยท 2 comments
I've noticed in the 1.7.10 version that setting B:"Weeds can overtake plants" to false has no effect. If my understanding of the code and testing is correct, the fix for this is to change if(this.hasCrop()) to if(crop.hasCrop()). If my understanding is correct, this also currently means the Strength value of a crop is not used for determining weed overtake chances.
The setting needs to be changed to a general overtake setting or removed completely now that all plants are capable of overtaking other plants.