Fixed place-Methods (Pt. II)

This commit is contained in:
Frank Bauer 2021-06-24 15:24:14 +02:00
parent a82f30b95d
commit 05f59b4856
18 changed files with 99 additions and 44 deletions

View file

@ -54,7 +54,7 @@ public class NightshadeRedwoods extends EndBiome {
});
for (MobCategory group: MobCategory.values()) {
List<SpawnerData> list = biome.getMobSettings().getMobs(group);
List<SpawnerData> list = biome.getMobSettings().getMobs(group).unwrap();
list.forEach((entry) -> {
def.addMobSpawn(entry);
});