Sulfur Springs biome (WIP)
This commit is contained in:
parent
05639b7e33
commit
6e63680002
3 changed files with 16 additions and 4 deletions
|
@ -0,0 +1,10 @@
|
|||
package ru.betterend.world.biome;
|
||||
|
||||
import net.minecraft.entity.EntityType;
|
||||
|
||||
public class BiomeSulfurSprings extends EndBiome {
|
||||
public BiomeSulfurSprings() {
|
||||
super(new BiomeDefinition("sulfur_springs")
|
||||
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue