-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathmaidensmerrymaking-common.toml
49 lines (47 loc) · 2.11 KB
/
maidensmerrymaking-common.toml
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
46
47
48
["Common Configs for MerryMaking Mod"]
#mod recipe ingredients can spawn in chests. Set to 0 to disable
#Range: > 0
ingredients_in_chests_spawn = 1
#Christmas presents can spawn in chests. Set to 0 to disable
#Range: > 0
christmas_present_chest_spawn = 0
#Enable Christmas Creepers to spawn naturally in the world. Set to False to disable
christmas_creeper_enabled = false
#Enable mobs to spawn wearing Christmas sweaters and hats. Set to False to disable
mob_wear_christmas_armor_enabled = false
#Enable Santa Hats or sweaters to drop from mobs that are wearing them. Set to False to disable
mob_drop_christmas_armor_enabled = true
#Tiny Spruce saplings will drop from Spruce Leaves. Set to 0 to disable
#Range: > 0
tiny_spruce_from_leaves_drop = 1
#Enable Holly tree to spawn in world. Set to False to disable
holly_enabled = true
#Enable Tiny Spruce tree to spawn in world. Set to False to disable
tiny_spruce_enabled = true
#Enable Clover to grow naturally in the world. Set to False to disable
clover_enabled = true
#Easter Eggs will appear naturally in the world. Set to False to disable.
easter_egg_spawn = false
#Easter baskets can spawn in chests. Set to 0 to disable
#Range: > 0
easter_basket_chest_spawn = 1
#Enable Easter Lily flower to grow naturally in the world. Set to False to disable
easter_lily_enabled = true
#Enable Hydrangea flower to grow naturally in the world. Set to False to disable
hydrangea_enabled = true
#Enable Hyacinth flower to grow naturally in the world. Set to False to disable
hyacinth_enabled = true
#Enable Colored Chickens to spawn naturally in the world. Set to False to disable
colored_chicken_enabled = true
#Enable Costumed Mobs to spawn in the world. Set to False to disable
costumes_enabled = false
#Enable Gravestones to spawn in the world. Set to False to disable
gravestones_enabled = false
#Halloween Discs can spawn in chests. Set to 0 to disable
#Range: > 0
halloween_disc_chest_spawn = 1
#Enable Pine Tree to spawn in the world. Set to False to disable
pine_enabled = true
#Enable Ham item to drop from pigs. Set to False to disable
#Range: > 0
ham_drop = 1