Old Bulbis Tree feature
This commit is contained in:
parent
eadeba4593
commit
188ccd7855
4 changed files with 132 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue