Integrations prototype
This commit is contained in:
parent
26e9f79def
commit
eadeba4593
7 changed files with 110 additions and 2 deletions
|
@ -0,0 +1,12 @@
|
|||
package ru.betterend.integration.byg;
|
||||
|
||||
import ru.betterend.integration.Integrations;
|
||||
import ru.betterend.world.biome.BiomeDefinition;
|
||||
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")));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue