Slime fixes
This commit is contained in:
parent
a396b3c9d1
commit
c8c8c5fa9e
2 changed files with 16 additions and 12 deletions
|
@ -30,6 +30,6 @@ public class BiomeAmberLand extends EndBiome {
|
|||
.addFeature(EndFeatures.CHARNIA_RED)
|
||||
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
|
||||
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4)
|
||||
.addMobSpawn(EndEntities.END_SLIME, 10, 1, 2));
|
||||
.addMobSpawn(EndEntities.END_SLIME, 30, 1, 2));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue