-
Notifications
You must be signed in to change notification settings - Fork 2
/
mobs.yml
45 lines (43 loc) · 925 Bytes
/
mobs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Is mobs spawning enabled?
enabled: true
# Chance for seasonal mobs to spawn
# Setting to 100 would double the number of mob spawns in the world
chance: 3
# This does not remove default mob spawns. This only spawns additional mobs to biomes
seasons:
SPRING:
ALL: # For all biomes
- SHEEP
- RABBIT
- BEE
- CHICKEN
- COW
- PIG
- HORSE
# FORESTS: # You can also configure per-biome mobs this way. It's a custom biome's name. If you set it for biomes,
# - '' # then it will not pick mobs from ALL
SUMMER:
ALL:
- HORSE
- COW
- CHICKEN
- PIG
- OCELOT
- PARROT
FALL:
ALL:
- WOLF
- WITCH
- SPIDER
- ZOMBIE_VILLAGER
- SLIME
- PHANTOM
WINTER:
ALL:
- POLAR_BEAR
- STRAY # Snow skeleton
- SNOWMAN
- SKELETON
- ZOMBIE
- WOLF
- RABBIT # Snow variant