forked from axcore/australia
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettingtypes.txt
executable file
·98 lines (70 loc) · 3.84 KB
/
settingtypes.txt
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
94
95
96
97
98
# Clear existing biomes
# You may want to disable this if you are using Australia with another mod
# that adds biomes.
australia.clear_biomes (Clear existing biomes) bool true
# Clear existing mapgen decorations
# You may want to disable this if you are using Australia with another mod
#that adds mapgen decorations like trees and small plants.
australia.clear_decorations (Clear existing mapgen decorations) bool true
# Clear existing ore spawns
# You may want to disable this if you are using Australia with another mod that
# adds ores to the mapgen.
australia.clear_ores (Clear existing ore spawns) bool true
# Re-register default ore generation
# You may want to disable this if you are using custom ore generation in another
# mod. This will not affect the extra ores addes per-biome by Australia, only
# the re-registrations of global ore spawns.
australia.reregister_ores (Re-register default ore generation) bool true
# Enable the underground biome
australia.enable_biome_underground (Enable underground biome) bool true
# Enable the mangroves biome
australia.enable_biome_mangroves (Enable mangroves biome) bool true
# Enable the tasman_sea biome
australia.enable_biome_tasman_sea (Enable tasman_sea biome) bool true
# Enable the great_australian_bight biome
australia.enable_biome_great_australian_bight (Enable great_australian_bight biome) bool true
# Enable the indian_ocean biome
australia.enable_biome_indian_ocean (Enable indian_ocean biome) bool true
# Enable the great_barrier_reef biome
australia.enable_biome_great_barrier_reef (Enable great_barrier_reef biome) bool true
# Enable the timor_sea biome
australia.enable_biome_timor_sea (Enable timor_sea biome) bool true
# Enable the jarrah_karri_forests biome
australia.enable_biome_jarrah_karri_forests (Enable jarrah_karri_forests biome) bool true
# Enable the eastern_coasts biome
australia.enable_biome_eastern_coasts (Enable eastern_coasts biome) bool true
# Enable the goldfields_esperence biome
australia.enable_biome_goldfields_esperence (Enable goldfields_esperence biome) bool true
# Enable the arnhem_land biome
australia.enable_biome_arnhem_land (Enable arnhem_land biome) bool true
# Enable the gulf_of_carpentaria biome
australia.enable_biome_gulf_of_carpentaria (Enable gulf_of_carpentaria biome) bool true
# Enable the far_north_queensland biome
australia.enable_biome_far_north_queensland (Enable far_north_queensland biome) bool true
# Enable the pilbara biome
australia.enable_biome_pilbara (Enable pilbara biome) bool true
# Enable the kimberley biome
australia.enable_biome_kimberley (Enable kimberley biome) bool true
# Enable the tasmania biome
australia.enable_biome_tasmania (Enable tasmania biome) bool true
# Enable the great_dividing_range biome
australia.enable_biome_great_dividing_range (Enable great_dividing_range biome) bool true
# Enable the victorian_forests biome
australia.enable_biome_victorian_forests (Enable victorian_forests biome) bool true
# Enable the flinders_lofty biome
australia.enable_biome_flinders_lofty (Enable flinders_lofty biome) bool true
# Enable the murray_darling_basin biome
australia.enable_biome_murray_darling_basin (Enable murray_darling_basin biome) bool true
# Enable the mulga_lands biome
australia.enable_biome_mulga_lands (Enable mulga_lands biome) bool true
# Enable the central_australia biome
australia.enable_biome_central_australia (Enable central_australia biome) bool true
# Enable the simpson_desert biome
australia.enable_biome_simpson_desert (Enable simpson_desert biome) bool true
# Enable the australian_alps biome
australia.enable_biome_australian_alps (Enable australian_alps biome) bool true
# Snow line altitude
# At or slightly above this altitude, the Australian Alps biome will override
# other biomes. This is to guarantee some snow will exist in the map even for
# non-valleys mapgens.
australia.snowline (Snow line altitude) int 120 0 31000