use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeBOPOrchard 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(10);
decoFallenTree.setLogBlock(Blocks.LOG.getDefaultState());
decoFallenTree.setLeavesBlock(Blocks.LEAVES.getDefaultState());
decoFallenTree.setMinSize(2);
decoFallenTree.setMaxSize(3);
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 RealisticBiomeACDarklandsForest method initDecos.
@Override
public void initDecos() {
DecoFallenTree decoFallenTree = new DecoFallenTree();
decoFallenTree.setLogCondition(NOISE_GREATER_AND_RANDOM_CHANCE);
decoFallenTree.setLogConditionNoise(0f);
decoFallenTree.setLogConditionChance(12);
decoFallenTree.setLogBlock(ACBlocks.darklands_oak_wood.getDefaultState());
decoFallenTree.setLeavesBlock(ACBlocks.darklands_oak_leaves.getDefaultState());
decoFallenTree.setMinSize(2);
decoFallenTree.setMaxSize(3);
this.addDeco(decoFallenTree, this.getConfig().ALLOW_LOGS.get());
DecoShrub decoShrubCustom = new DecoShrub();
decoShrubCustom.setLogBlock(ACBlocks.darklands_oak_wood.getDefaultState());
decoShrubCustom.setLeavesBlock(ACBlocks.darklands_oak_leaves.getDefaultState());
decoShrubCustom.setMaxY(110);
decoShrubCustom.setNotEqualsZeroChance(3);
decoShrubCustom.setStrengthFactor(3f);
this.addDeco(decoShrubCustom);
DecoGrass decoGrass = new DecoGrass();
decoGrass.setMaxY(128);
decoGrass.setStrengthFactor(8f);
this.addDeco(decoGrass);
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoBaseBiomeDecorations();
this.addDeco(decoBaseBiomeDecorations);
}
use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeVanillaMegaSpruceTaiga method initDecos.
@Override
public void initDecos() {
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoBaseBiomeDecorations();
this.addDeco(decoBaseBiomeDecorations);
DecoFallenTree decoFallenTree = new DecoFallenTree();
decoFallenTree.setLoops(1);
decoFallenTree.getDistribution().setNoiseDivisor(100f);
decoFallenTree.getDistribution().setNoiseFactor(6f);
decoFallenTree.getDistribution().setNoiseAddend(0.8f);
decoFallenTree.setLogCondition(NOISE_GREATER_AND_RANDOM_CHANCE);
decoFallenTree.setLogConditionNoise(0f);
decoFallenTree.setLogConditionChance(6);
decoFallenTree.setLogBlock(BlockUtil.getStateLog(1));
decoFallenTree.setLeavesBlock(BlockUtil.getStateLeaf(1));
decoFallenTree.setMinSize(3);
decoFallenTree.setMaxSize(6);
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 RealisticBiomeBYGWillowSwamps method initDecos.
@Override
public void initDecos() {
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoBaseBiomeDecorations();
decoBaseBiomeDecorations.setMaxY(82);
this.addDeco(decoBaseBiomeDecorations);
TreeRTG myrtilloidesTree = new TreeRTGSalixMyrtilloides();
myrtilloidesTree.setLogBlock(Blocks.LOG.getDefaultState());
myrtilloidesTree.setLeavesBlock(Blocks.LEAVES.getDefaultState());
this.addTree(myrtilloidesTree);
DecoTree decoTrees = new DecoTree(myrtilloidesTree);
decoTrees.getDistribution().setNoiseDivisor(80f);
decoTrees.getDistribution().setNoiseFactor(60f);
decoTrees.getDistribution().setNoiseAddend(-15f);
decoTrees.setTreeType(DecoTree.TreeType.RTG_TREE);
decoTrees.setTreeCondition(DecoTree.TreeCondition.NOISE_GREATER_AND_RANDOM_CHANCE);
decoTrees.setTreeConditionNoise(0f);
decoTrees.setTreeConditionChance(16);
decoTrees.setMaxY(70);
this.addDeco(decoTrees);
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(6);
decoFallenTree.setLogBlock(BlockUtil.getStateLog2(1));
decoFallenTree.setLeavesBlock(BlockUtil.getStateLeaf2(1));
decoFallenTree.setMinSize(3);
decoFallenTree.setMaxSize(6);
decoFallenTree.setMaxY(76);
this.addDeco(decoFallenTree, this.getConfig().ALLOW_LOGS.get());
TreeRTG deadWillowTree = new TreeRTGSalixMyrtilloides();
deadWillowTree.setLogBlock(Blocks.LOG.getDefaultState());
deadWillowTree.setLeavesBlock(Blocks.LEAVES.getDefaultState());
deadWillowTree.setNoLeaves(true);
this.addTree(deadWillowTree);
DecoTree deadWillow = new DecoTree(deadWillowTree);
deadWillow.setTreeType(DecoTree.TreeType.RTG_TREE);
deadWillow.setTreeCondition(DecoTree.TreeCondition.RANDOM_CHANCE);
deadWillow.setTreeConditionChance(18);
deadWillow.setMaxY(84);
this.addDeco(deadWillow);
DecoShrub decoShrub = new DecoShrub();
decoShrub.setMaxY(88);
decoShrub.setStrengthFactor(6f);
this.addDeco(decoShrub);
DecoShrub decoShrubBYG = new DecoShrub();
decoShrubBYG.setLogBlock(willowLogBlock);
decoShrubBYG.setLeavesBlock(willowLeavesBlock);
decoShrubBYG.setMaxY(88);
decoShrubBYG.setStrengthFactor(3f);
this.addDeco(decoShrubBYG);
}
use of rtg.api.world.deco.DecoFallenTree in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeBYGLushForest method initDecos.
@Override
public void initDecos() {
DecoFallenTree decoFallenTree = new DecoFallenTree();
decoFallenTree.getDistribution().setNoiseDivisor(100f);
decoFallenTree.getDistribution().setNoiseFactor(6f);
decoFallenTree.getDistribution().setNoiseAddend(0.8f);
decoFallenTree.setLogCondition(NOISE_GREATER_AND_RANDOM_CHANCE);
decoFallenTree.setLogConditionNoise(0f);
decoFallenTree.setLogConditionChance(24);
decoFallenTree.setLogBlock(BlockUtil.getStateLog(2));
decoFallenTree.setLeavesBlock(BlockUtil.getStateLeaf(2));
decoFallenTree.setMinSize(3);
decoFallenTree.setMaxSize(6);
this.addDeco(decoFallenTree, this.getConfig().ALLOW_LOGS.get());
DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoBaseBiomeDecorations();
decoBaseBiomeDecorations.setMaxY(100);
this.addDeco(decoBaseBiomeDecorations);
DecoShrub decoShrubBirch = new DecoShrub();
decoShrubBirch.setLogBlock(BlockUtil.getStateLog(2));
decoShrubBirch.setLeavesBlock(BlockUtil.getStateLeaf(2));
decoShrubBirch.setMaxY(90);
decoShrubBirch.setStrengthFactor(6f);
decoShrubBirch.setChance(4);
this.addDeco(decoShrubBirch);
DecoGrass decoGrass = new DecoGrass();
decoGrass.setMaxY(100);
decoGrass.setStrengthFactor(6f);
this.addDeco(decoGrass);
}
Aggregations