use of rtg.api.world.deco.collection.DecoCollectionSavanna in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeVanillaSavanna method initDecos.
@Override
public void initDecos() {
this.addDecoCollection(new DecoCollectionDesertRiver(this.getConfig().ALLOW_CACTUS.get()));
this.addDecoCollection(new DecoCollectionSavanna(this.getConfig().ALLOW_LOGS.get()));
}
use of rtg.api.world.deco.collection.DecoCollectionSavanna in project Realistic-Terrain-Generation by Team-RTG.
the class RealisticBiomeVanillaSavannaM method initDecos.
@Override
public void initDecos() {
this.addDecoCollection(new DecoCollectionDesertRiver(this.getConfig().ALLOW_CACTUS.get()));
this.addDecoCollection(new DecoCollectionSavanna(this.getConfig().ALLOW_LOGS.get()));
}
Aggregations