Replaces the `zombie-pigmen` entry in the `spec1` wave of the default configuration with `slimes-big`. This is due to the pig zombie rework into piglins, which makes the custom name a little flaky. If we ever decide to ditch the custom names somehow, this will probably make such a transition a little easier. While `slimes-big` is also a custom name, so are `powered-creepers` and `angry-wolves`, but at least they are "API stable" in comparison, which is really what this change is about.
33 lines
677 B
YAML
33 lines
677 B
YAML
recurrent:
|
|
def1:
|
|
type: default
|
|
priority: 1
|
|
frequency: 1
|
|
monsters:
|
|
zombies: 10
|
|
skeletons: 10
|
|
spiders: 10
|
|
creepers: 10
|
|
wolves: 10
|
|
spec1:
|
|
type: special
|
|
priority: 2
|
|
frequency: 4
|
|
monsters:
|
|
powered-creepers: 10
|
|
slimes-big: 10
|
|
angry-wolves: 10
|
|
blazes: 10
|
|
single:
|
|
swarm1:
|
|
type: swarm
|
|
wave: 6
|
|
monster: slime
|
|
amount: low
|
|
boss1:
|
|
type: boss
|
|
wave: 10
|
|
monster: cave_spider
|
|
health: high
|
|
abilities: arrows, root-target, throw-nearby
|