Old Bulbis Tree feature

This commit is contained in:
paulevsGitch 2020-12-20 01:42:23 +03:00
parent eadeba4593
commit 188ccd7855
4 changed files with 132 additions and 1 deletions

View file

@ -7,6 +7,8 @@ import ru.betterend.world.biome.EndBiome;
public class OldBulbisGardens extends EndBiome {
public OldBulbisGardens() {
super(new BiomeDefinition("old_bulbis_gardens")
.setSurface(Integrations.BYG.getBlock("bulbis_stem")));
.setSurface(Integrations.BYG.getBlock("ivis_phylium"))
.addFeature(BYGFeatures.OLD_BULBIS_TREE)
.addFeature(BYGFeatures.IVIS_SPROUT));
}
}