Update BOPWorldSettings.java
change generate poison ivy default to true
This commit is contained in:
parent
d5ceebedab
commit
7ea9507b72
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public class BOPWorldSettings implements IBOPWorldSettings
|
|||
this.generateBopWaterPlants = true;
|
||||
this.generateBopMushrooms = true;
|
||||
this.generateRockFormations = true;
|
||||
this.generatePoisonIvy = false;
|
||||
this.generatePoisonIvy = true;
|
||||
this.generateBerryBushes = true;
|
||||
this.generateThorns = true;
|
||||
this.generateQuicksand = true;
|
||||
|
|
Loading…
Reference in a new issue