-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoreplanets.cfg
95 lines (78 loc) · 4.05 KB
/
moreplanets.cfg
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Configuration file
general {
##########################################################################################################
# moreplanets_general
#--------------------------------------------------------------------------------------------------------#
# Based More Planets Configuration. Version Checker, Debug, Mod Option. etc.
##########################################################################################################
moreplanets_general {
B:"Enable Black Hole Explosion"=true
B:"Enable Debug Logging"=false
B:"Enable Night Vision Effect while boss fight"=false
B:"Enable Survival Planet Selection"=false
B:"Enable Version Checker"=false
B:"Use 3D Item Model for Torch"=true
B:"Use Colored Star in the Sky"=true
B:"Use Fancy Star in the Sky"=true
}
##########################################################################################################
# moreplanets_dimension
#--------------------------------------------------------------------------------------------------------#
# Planet or Moon Dimension IDs Configuration.
##########################################################################################################
moreplanets_dimension {
I:"Chalos Dimension ID"=-2543
I:"Diona Dimension ID"=-2542
I:"Fronos Dimension ID"=-2545
I:"Koentus Dimension ID"=-2642
I:"Nibiru Dimension ID"=-2544
I:"Space Nether Dimension ID"=-2541
}
##########################################################################################################
# moreplanets_planet_settings
#--------------------------------------------------------------------------------------------------------#
# Planet Configuration.
##########################################################################################################
moreplanets_planet_settings {
I:"Chalos Planet Tier"=3
I:"Diona Planet Tier"=3
B:"Enable Nibiru Infected Spore suffocation for mobs"=true
I:"Fronos Planet Tier"=3
I:"Nibiru Planet Tier"=3
}
##########################################################################################################
# moreplanets_moon_settings
#--------------------------------------------------------------------------------------------------------#
# Moon Configuration.
##########################################################################################################
moreplanets_moon_settings {
I:"Koentus Moon Tier"=3
}
##########################################################################################################
# moreplanets_other
#--------------------------------------------------------------------------------------------------------#
# Others Configuration.
##########################################################################################################
moreplanets_other {
I:"Base Schematic GUI ID"=550
I:"Base Schematic ID"=850
B:"Enable Description in Waila Tooltip"=true
}
##########################################################################################################
# moreplanets_world_gen_settings
#--------------------------------------------------------------------------------------------------------#
# World Gen Configuration.
##########################################################################################################
moreplanets_world_gen_settings {
B:"Disable All Common Ore Gen on all planets"=false
B:"Disable Common Ore on Chalos"=false
B:"Disable Common Ore on Diona"=false
B:"Disable Common Ore on Nibiru"=false
# Common Ores are Copper, Tin, Aluminum, vanilla ores.
B:"Enable All Common Ore Gen on all planets"=true
B:"Enable Common Ore on Chalos"=true
B:"Enable Common Ore on Diona"=true
B:"Enable Common Ore on Fronos"=true
B:"Enable Common Ore on Nibiru"=true
}
}