use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeAMWitchwoodForest method initDecos.
@Override
public void initDecos() {
DecoShrub decoShrub = new DecoShrub();
decoShrub.setLogBlock(this.witchwoodLogBlock());
decoShrub.setLeavesBlock(this.witchwoodLeavesBlock());
decoShrub.setMaxY(110);
decoShrub.setStrengthFactor(4f);
decoShrub.setChance(6);
this.addDeco(decoShrub);
DecoFallenTree decoFallenTree = new DecoFallenTree();
decoFallenTree.getDistribution().setNoiseDivisor(80f);
decoFallenTree.getDistribution().setNoiseFactor(60f);
decoFallenTree.getDistribution().setNoiseAddend(-15f);
decoFallenTree.setLogCondition(DecoFallenTree.LogCondition.NOISE_GREATER_AND_RANDOM_CHANCE);
decoFallenTree.setLogConditionChance(6);
decoFallenTree.setLogConditionNoise(0f);
decoFallenTree.setLogBlock(this.witchwoodLogBlock());
decoFallenTree.setLeavesBlock(this.witchwoodLeavesBlock());
decoFallenTree.setMinSize(3);
decoFallenTree.setMaxSize(5);
this.addDeco(decoFallenTree, this.getConfig().ALLOW_LOGS.get());
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoBaseBiomeDecorations();
this.addDeco(decoBaseBiomeDecorations);
// Grass filler.
DecoGrass decoGrass = new DecoGrass();
decoGrass.setMaxY(128);
decoGrass.setLoops(8);
this.addDeco(decoGrass);
}
use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeBOPCherryBlossomGrove method initDecos.
@Override
public void initDecos() {
DecoBoulder decoBoulder = new DecoBoulder();
decoBoulder.setBoulderBlock(Blocks.COBBLESTONE.getDefaultState());
decoBoulder.setChance(16);
decoBoulder.setMaxY(95);
this.addDeco(decoBoulder);
DecoFallenTree decoFallenTree1 = new DecoFallenTree();
decoFallenTree1.getDistribution().setNoiseDivisor(100f);
decoFallenTree1.getDistribution().setNoiseFactor(6f);
decoFallenTree1.getDistribution().setNoiseAddend(0.8f);
decoFallenTree1.setLogCondition(NOISE_GREATER_AND_RANDOM_CHANCE);
decoFallenTree1.setLogConditionNoise(0f);
decoFallenTree1.setLogConditionChance(16);
decoFallenTree1.setMaxY(100);
decoFallenTree1.setLogBlock(BOPBlocks.log_1.getStateFromMeta(1));
decoFallenTree1.setLeavesBlock(Blocks.LEAVES.getDefaultState());
decoFallenTree1.setMinSize(3);
decoFallenTree1.setMaxSize(5);
DecoFallenTree decoFallenTree2 = new DecoFallenTree();
decoFallenTree1.getDistribution().setNoiseDivisor(100f);
decoFallenTree1.getDistribution().setNoiseFactor(6f);
decoFallenTree1.getDistribution().setNoiseAddend(0.8f);
decoFallenTree2.setLogCondition(NOISE_GREATER_AND_RANDOM_CHANCE);
decoFallenTree2.setLogConditionNoise(0f);
decoFallenTree2.setLogConditionChance(16);
decoFallenTree2.setMaxY(100);
decoFallenTree2.setLogBlock(Blocks.LOG.getDefaultState());
decoFallenTree2.setLeavesBlock(Blocks.LEAVES.getDefaultState());
decoFallenTree2.setMinSize(3);
decoFallenTree2.setMaxSize(5);
DecoHelperRandomSplit decoHelperRandomSplit = new DecoHelperRandomSplit();
decoHelperRandomSplit.decos = new DecoBase[] { decoFallenTree2, decoFallenTree1 };
decoHelperRandomSplit.chances = new int[] { 15, 1 };
this.addDeco(decoHelperRandomSplit, this.getConfig().ALLOW_LOGS.get());
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoSingleBiomeDecorations();
this.addDeco(decoBaseBiomeDecorations);
}
use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeBOPSnowyConiferousForest method initDecos.
@Override
public void initDecos() {
DecoBoulder decoBoulder = new DecoBoulder();
decoBoulder.setBoulderBlock(Blocks.COBBLESTONE.getDefaultState());
decoBoulder.setMaxY(80);
decoBoulder.setChance(16);
decoBoulder.setStrengthFactor(1f);
this.addDeco(decoBoulder);
DecoFallenTree decoFallenTree = new DecoFallenTree();
decoFallenTree.getDistribution().setNoiseDivisor(80f);
decoFallenTree.getDistribution().setNoiseFactor(60f);
decoFallenTree.getDistribution().setNoiseAddend(-15f);
decoFallenTree.setLogCondition(NOISE_GREATER_AND_RANDOM_CHANCE);
decoFallenTree.setLogConditionNoise(0f);
decoFallenTree.setLogConditionChance(16);
decoFallenTree.setLogBlock(BOPBlocks.log_1.getStateFromMeta(3));
decoFallenTree.setLeavesBlock(Blocks.LEAVES.getDefaultState());
decoFallenTree.setMinSize(3);
decoFallenTree.setMaxSize(4);
this.addDeco(decoFallenTree, this.getConfig().ALLOW_LOGS.get());
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoSingleBiomeDecorations();
decoBaseBiomeDecorations.setNotEqualsZeroChance(12);
this.addDeco(decoBaseBiomeDecorations);
}
use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeBOPRedwoodForest method initDecos.
@Override
public void initDecos() {
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoSingleBiomeDecorations();
this.addDeco(decoBaseBiomeDecorations);
DecoBoulder decoBoulder1 = new DecoBoulder();
decoBoulder1.setBoulderBlock(Blocks.COBBLESTONE.getDefaultState());
decoBoulder1.setMaxY(80);
decoBoulder1.setChance(16);
decoBoulder1.setStrengthFactor(1f);
DecoBoulder decoBoulder2 = new DecoBoulder();
decoBoulder2.setBoulderBlock(Blocks.COBBLESTONE.getDefaultState());
decoBoulder2.setMaxY(80);
decoBoulder2.setChance(16);
decoBoulder2.setStrengthFactor(1f);
DecoHelper5050 decoHelper5050 = new DecoHelper5050(decoBoulder1, decoBoulder2);
this.addDeco(decoHelper5050);
DecoFallenTree decoFallenTree = new DecoFallenTree();
decoFallenTree.getDistribution().setNoiseDivisor(80f);
decoFallenTree.getDistribution().setNoiseFactor(60f);
decoFallenTree.getDistribution().setNoiseAddend(-15f);
decoFallenTree.setLogCondition(RANDOM_CHANCE);
decoFallenTree.setLogConditionChance(12);
decoFallenTree.setLogBlock(BOPBlocks.log_3.getDefaultState());
decoFallenTree.setLeavesBlock(Blocks.LEAVES.getDefaultState());
decoFallenTree.setMinSize(3);
decoFallenTree.setMaxSize(9);
this.addDeco(decoFallenTree, this.getConfig().ALLOW_LOGS.get());
}
use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeBOPOminousWoods method initDecos.
@Override
public void initDecos() {
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoSingleBiomeDecorations();
this.addDeco(decoBaseBiomeDecorations);
DecoFallenTree decoFallenTree = new DecoFallenTree();
decoFallenTree.getDistribution().setNoiseDivisor(80f);
decoFallenTree.getDistribution().setNoiseFactor(60f);
decoFallenTree.getDistribution().setNoiseAddend(-15f);
decoFallenTree.setLogCondition(RANDOM_CHANCE);
decoFallenTree.setLogConditionChance(6);
decoFallenTree.setRandomLogBlocks(new IBlockState[] { BOPBlocks.log_1.getStateFromMeta(2), BOPBlocks.log_3.getStateFromMeta(2) });
decoFallenTree.setMinSize(3);
decoFallenTree.setMaxSize(6);
this.addDeco(decoFallenTree, this.getConfig().ALLOW_LOGS.get());
}
Aggregations