Slime fixes

This commit is contained in:
paulevsGitch 2021-01-14 20:42:07 +03:00
parent a396b3c9d1
commit c8c8c5fa9e
2 changed files with 16 additions and 12 deletions

View file

@ -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));
}
}