Update BOPWorldSettings.java

change generate poison ivy default to true
This commit is contained in:
the great bee2 bug finder 2018-04-03 15:17:54 -04:00 committed by GitHub
parent d5ceebedab
commit 7ea9507b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ public class BOPWorldSettings implements IBOPWorldSettings
this.generateBopWaterPlants = true; this.generateBopWaterPlants = true;
this.generateBopMushrooms = true; this.generateBopMushrooms = true;
this.generateRockFormations = true; this.generateRockFormations = true;
this.generatePoisonIvy = false; this.generatePoisonIvy = true;
this.generateBerryBushes = true; this.generateBerryBushes = true;
this.generateThorns = true; this.generateThorns = true;
this.generateQuicksand = true; this.generateQuicksand = true;