Fixed place
-Methods (Pt. II)
This commit is contained in:
parent
a82f30b95d
commit
05f59b4856
18 changed files with 99 additions and 44 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue