Added shrubs to the rest of the biomes
This commit is contained in:
parent
7211a7e969
commit
cba6cc7b6a
49 changed files with 49 additions and 0 deletions
|
@ -31,6 +31,7 @@ public class BiomeGenAutumnHills extends BiomeGenBase
|
|||
customBiomeDecorator.berryBushesPerChunk = 5;
|
||||
customBiomeDecorator.sproutsPerChunk = 2;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 16;
|
||||
customBiomeDecorator.shrubsPerChunk = 20;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -26,6 +26,7 @@ public class BiomeGenBambooForest extends BiomeGenBase
|
|||
customBiomeDecorator.bushesPerChunk = 5;
|
||||
customBiomeDecorator.reedsBOPPerChunk = 6;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 3;
|
||||
customBiomeDecorator.shrubsPerChunk = 6;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ public class BiomeGenBayou extends BiomeGenBase
|
|||
customBiomeDecorator.highCattailsPerChunk = 1;
|
||||
customBiomeDecorator.waterLakesPerChunk = 5;
|
||||
customBiomeDecorator.algaePerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
waterColorMultiplier = 16767282;
|
||||
spawnableWaterCreatureList.clear();
|
||||
|
|
|
@ -25,6 +25,7 @@ public class BiomeGenBirchForest extends BiomeGenBase
|
|||
customBiomeDecorator.poisonIvyPerChunk = 3;
|
||||
customBiomeDecorator.lilyOfTheValleysPerChunk = 15;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -38,6 +38,7 @@ public class BiomeGenBog extends BiomeGenBase
|
|||
customBiomeDecorator.blueMilksPerChunk = 1;
|
||||
customBiomeDecorator.waterLakesPerChunk = 6;
|
||||
customBiomeDecorator.poisonWaterPerChunk = 2;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ public class BiomeGenBorealForest extends BiomeGenBase
|
|||
customBiomeDecorator.treesPerChunk = 20;
|
||||
customBiomeDecorator.grassPerChunk = 50;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 25;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,6 +22,7 @@ public class BiomeGenBrushland extends BiomeGenBase
|
|||
customBiomeDecorator.thornsPerChunk = 4;
|
||||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 3;
|
||||
customBiomeDecorator.shrubsPerChunk = 30;
|
||||
customBiomeDecorator.generateQuicksand = true;
|
||||
}
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ public class BiomeGenChaparral extends BiomeGenBase
|
|||
customBiomeDecorator.generatePumpkins = false;
|
||||
customBiomeDecorator.carrotsPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
spawnableCreatureList.add(new SpawnListEntry(EntityHorse.class, 5, 2, 6));
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ public class BiomeGenCherryBlossomGrove extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 15;
|
||||
customBiomeDecorator.lilyflowersPerChunk = 9;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ public class BiomeGenConiferousForestSnow extends BiomeGenBase
|
|||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.sandPerChunk = -999;
|
||||
customBiomeDecorator.sandPerChunk2 = -999;
|
||||
customBiomeDecorator.shrubsPerChunk = 4;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ public class BiomeGenDeadForest extends BiomeGenBase
|
|||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.reedsPerChunk = -999;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenDeadForestSnow extends BiomeGenBase
|
|||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.reedsPerChunk = -999;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -29,6 +29,7 @@ public class BiomeGenDeciduousForest extends BiomeGenBase
|
|||
customBiomeDecorator.blueMilksPerChunk = 2;
|
||||
customBiomeDecorator.poisonIvyPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -41,6 +41,7 @@ public class BiomeGenFen extends BiomeGenBase
|
|||
customBiomeDecorator.algaePerChunk = 1;
|
||||
customBiomeDecorator.portobellosPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 8;
|
||||
customBiomeDecorator.shrubsPerChunk = 7;
|
||||
spawnableMonsterList.add(new SpawnListEntry(EntitySlime.class, 10, 1, 3));
|
||||
}
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenFieldForest extends BiomeGenBase
|
|||
customBiomeDecorator.bushesPerChunk = 8;
|
||||
customBiomeDecorator.berryBushesPerChunk = 5;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 4;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
customBiomeDecorator.generatePumpkins = true;
|
||||
spawnableCreatureList.add(new SpawnListEntry(EntityHorse.class, 5, 2, 6));
|
||||
}
|
||||
|
|
|
@ -23,6 +23,7 @@ public class BiomeGenFrostForest extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 1;
|
||||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.mushroomsPerChunk = -999;
|
||||
customBiomeDecorator.shrubsPerChunk = 1;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@ public class BiomeGenFungiForest extends BiomeGenBase
|
|||
customBiomeDecorator.lilyflowersPerChunk = 2;
|
||||
customBiomeDecorator.carrotsPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 3;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
customBiomeDecorator.generateMycelium = true;
|
||||
customBiomeDecorator.generatePumpkins = true;
|
||||
waterColorMultiplier = 65326;
|
||||
|
|
|
@ -39,6 +39,7 @@ public class BiomeGenGarden extends BiomeGenBase
|
|||
customBiomeDecorator.sandPerChunk2 = -999;
|
||||
customBiomeDecorator.lilyflowersPerChunk = 4;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
customBiomeDecorator.generatePumpkins = true;
|
||||
customBiomeDecorator.generateMelons = true;
|
||||
spawnableCreatureList.clear();
|
||||
|
|
|
@ -30,6 +30,7 @@ public class BiomeGenGrove extends BiomeGenBase
|
|||
customBiomeDecorator.sproutsPerChunk = 1;
|
||||
customBiomeDecorator.lilyflowersPerChunk = 3;
|
||||
customBiomeDecorator.berryBushesPerChunk = 2;
|
||||
customBiomeDecorator.shrubsPerChunk = 3;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ public class BiomeGenHeathland extends BiomeGenBase
|
|||
customBiomeDecorator.purpleFlowersPerChunk = 30;
|
||||
customBiomeDecorator.deadBushPerChunk = 2;
|
||||
customBiomeDecorator.berryBushesPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
spawnableCreatureList.add(new SpawnListEntry(EntityHorse.class, 5, 2, 6));
|
||||
}
|
||||
|
|
|
@ -26,6 +26,7 @@ public class BiomeGenLushDesert extends BiomeGenBase
|
|||
customBiomeDecorator = (BiomeDecoratorBOP)theBiomeDecorator;
|
||||
customBiomeDecorator.treesPerChunk = 12;
|
||||
customBiomeDecorator.grassPerChunk = 8;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 4;
|
||||
customBiomeDecorator.oasesPerChunk = 999;
|
||||
customBiomeDecorator.oasesPerChunk2 = 999;
|
||||
|
|
|
@ -33,6 +33,7 @@ public class BiomeGenLushSwamp extends BiomeGenBase
|
|||
customBiomeDecorator.reedsBOPPerChunk = 5;
|
||||
customBiomeDecorator.poisonWaterPerChunk = 2;
|
||||
customBiomeDecorator.carrotsPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
spawnableMonsterList.add(new SpawnListEntry(EntitySlime.class, 1, 1, 1));
|
||||
}
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ public class BiomeGenMapleWoods extends BiomeGenBase
|
|||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.violetsPerChunk = 1;
|
||||
customBiomeDecorator.poisonIvyPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -31,6 +31,7 @@ public class BiomeGenMeadow extends BiomeGenBase
|
|||
customBiomeDecorator.sandPerChunk2 = -999;
|
||||
customBiomeDecorator.hydrangeasPerChunk = 3;
|
||||
customBiomeDecorator.sunflowersPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
spawnableCreatureList.add(new SpawnListEntry(EntityHorse.class, 5, 2, 6));
|
||||
}
|
||||
|
|
|
@ -24,6 +24,7 @@ public class BiomeGenMountain extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 3;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.berryBushesPerChunk = 3;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -31,6 +31,7 @@ public class BiomeGenOrchard extends BiomeGenBase
|
|||
customBiomeDecorator.lilyflowersPerChunk = 2;
|
||||
customBiomeDecorator.berryBushesPerChunk = 3;
|
||||
customBiomeDecorator.carrotsPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
spawnableCreatureList.add(new SpawnListEntry(EntityHorse.class, 5, 2, 6));
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ public class BiomeGenOvergrownGreens extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 10;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.highGrassPerChunk = 15;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -29,6 +29,7 @@ public class BiomeGenPrairie extends BiomeGenBase
|
|||
customBiomeDecorator.berryBushesPerChunk = 2;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 25;
|
||||
customBiomeDecorator.carrotsPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 3;
|
||||
spawnableCreatureList.add(new SpawnListEntry(EntityHorse.class, 5, 2, 6));
|
||||
}
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ public class BiomeGenRainforest extends BiomeGenBase
|
|||
customBiomeDecorator.mushroomsPerChunk = 25;
|
||||
customBiomeDecorator.orangeFlowersPerChunk = 6;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
spawnableMonsterList.add(new SpawnListEntry(EntityOcelot.class, 2, 1, 1));
|
||||
spawnableMonsterList.add(new SpawnListEntry(EntityJungleSpider.class, 12, 6, 6));
|
||||
|
|
|
@ -28,6 +28,7 @@ public class BiomeGenRedwoodForest extends BiomeGenBase
|
|||
customBiomeDecorator.bushesPerChunk = 4;
|
||||
customBiomeDecorator.berryBushesPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 7;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenSavanna extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 25;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.bushesPerChunk = 10;
|
||||
customBiomeDecorator.shrubsPerChunk = 3;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenSavannaPlateau extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 10;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 5;
|
||||
customBiomeDecorator.bushesPerChunk = 5;
|
||||
customBiomeDecorator.shrubsPerChunk = 1;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ public class BiomeGenScrubland extends BiomeGenBase
|
|||
customBiomeDecorator.highGrassPerChunk = 2;
|
||||
customBiomeDecorator.grassPerChunk = 30;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ public class BiomeGenSeasonalForest extends BiomeGenBase
|
|||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.toadstoolsPerChunk = 4;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 4;
|
||||
customBiomeDecorator.shrubsPerChunk = 15;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -33,6 +33,7 @@ public class BiomeGenSeasonalSpruceForest extends BiomeGenBase
|
|||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.toadstoolsPerChunk = 4;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 4;
|
||||
customBiomeDecorator.shrubsPerChunk = 15;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenShield extends BiomeGenBase
|
|||
customBiomeDecorator.sandPerChunk2 = -999;
|
||||
customBiomeDecorator.gravelPerChunk = 6;
|
||||
customBiomeDecorator.gravelPerChunk2 = 6;
|
||||
customBiomeDecorator.shrubsPerChunk = 4;
|
||||
customBiomeDecorator.generateStoneInGrass2 = true;
|
||||
}
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ public class BiomeGenSpruceWoods extends BiomeGenBase
|
|||
customBiomeDecorator.wheatGrassPerChunk = 10;
|
||||
customBiomeDecorator.carrotsPerChunk = 1;
|
||||
customBiomeDecorator.bluebellsPerChunk = 100;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -34,6 +34,7 @@ public class BiomeGenTemperateRainforest extends BiomeGenBase
|
|||
customBiomeDecorator.gravelPerChunk2 = 4;
|
||||
customBiomeDecorator.sandPerChunk = -999;
|
||||
customBiomeDecorator.sandPerChunk2 = -999;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -19,6 +19,7 @@ public class BiomeGenThicket extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.thornsPerChunk = 25;
|
||||
customBiomeDecorator.shrubsPerChunk = 15;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenTimber extends BiomeGenBase
|
|||
customBiomeDecorator.thornsPerChunk = 2;
|
||||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.toadstoolsPerChunk = 2;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenTimberThin extends BiomeGenBase
|
|||
customBiomeDecorator.thornsPerChunk = 2;
|
||||
customBiomeDecorator.flowersPerChunk = -999;
|
||||
customBiomeDecorator.toadstoolsPerChunk = 2;
|
||||
customBiomeDecorator.shrubsPerChunk = 5;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -34,6 +34,7 @@ public class BiomeGenTropics extends BiomeGenBase
|
|||
customBiomeDecorator.whiteFlowersPerChunk = 4;
|
||||
customBiomeDecorator.sunflowersPerChunk = 2;
|
||||
customBiomeDecorator.hibiscusPerChunk = 45;
|
||||
customBiomeDecorator.shrubsPerChunk = 4;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
spawnableMonsterList.add(new SpawnListEntry(EntityJungleSpider.class, 12, 6, 6));
|
||||
spawnableCreatureList.clear();
|
||||
|
|
|
@ -28,6 +28,7 @@ public class BiomeGenTundra extends BiomeGenBase
|
|||
customBiomeDecorator.reedsPerChunk = -999;
|
||||
customBiomeDecorator.gravelPerChunk = 8;
|
||||
customBiomeDecorator.gravelPerChunk2 = 8;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -44,6 +44,7 @@ public class BiomeGenWetland extends BiomeGenBase
|
|||
customBiomeDecorator.blueMilksPerChunk = 1;
|
||||
customBiomeDecorator.portobellosPerChunk = 1;
|
||||
customBiomeDecorator.berryBushesPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
spawnableCreatureList.clear();
|
||||
spawnableWaterCreatureList.clear();
|
||||
spawnableMonsterList.add(new SpawnListEntry(EntitySlime.class, 10, 1, 3));
|
||||
|
|
|
@ -21,6 +21,7 @@ public class BiomeGenWoodland extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 7;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 3;
|
||||
customBiomeDecorator.toadstoolsPerChunk = 3;
|
||||
customBiomeDecorator.shrubsPerChunk = 20;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -32,6 +32,7 @@ public class BiomeGenForestNew extends BiomeGenBase
|
|||
customBiomeDecorator.berryBushesPerChunk = 2;
|
||||
customBiomeDecorator.carrotsPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,6 +23,7 @@ public class BiomeGenHillsNew extends BiomeGenBase
|
|||
customBiomeDecorator.treesPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.violetsPerChunk = 5;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
theWorldGenerator = new WorldGenMinable(Block.silverfish.blockID, 8);
|
||||
}
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ public class BiomeGenJungleNew extends BiomeGenBase
|
|||
customBiomeDecorator.flowersPerChunk = 4;
|
||||
customBiomeDecorator.orangeFlowersPerChunk = 5;
|
||||
customBiomeDecorator.poisonIvyPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
customBiomeDecorator.generateMelons = true;
|
||||
waterColorMultiplier = 10745289;
|
||||
spawnableMonsterList.add(new SpawnListEntry(EntityOcelot.class, 2, 1, 1));
|
||||
|
|
|
@ -29,6 +29,7 @@ public class BiomeGenTaigaNew extends BiomeGenBase
|
|||
customBiomeDecorator.grassPerChunk = 1;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.violetsPerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue