2
0
Fork 0

Reduced Limwaith spawn rates to normal levels

frozen
Shinare 1 year ago
parent 55903e3e51
commit 75bae1eb90

@ -1055,7 +1055,7 @@ public class CinderLoE {
System.out.println("Red Mountains biome is not available."); System.out.println("Red Mountains biome is not available.");
} }
if (LOTRBiome.farHaradMangrove != null) { if (LOTRBiome.farHaradMangrove != null) {
LOTRBiome.farHaradMangrove.npcSpawnList.newFactionList(500) LOTRBiome.farHaradMangrove.npcSpawnList.newFactionList(100)
.add(new LOTRBiomeSpawnList.SpawnListContainer[]{ .add(new LOTRBiomeSpawnList.SpawnListContainer[]{
LOTRBiomeSpawnList.entry((LOTRSpawnList) limwaithField.get(null), 10) LOTRBiomeSpawnList.entry((LOTRSpawnList) limwaithField.get(null), 10)
}); });

Loading…
Cancel
Save