-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathminetest.conf
More file actions
151 lines (123 loc) · 4.4 KB
/
minetest.conf
File metadata and controls
151 lines (123 loc) · 4.4 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
## default
enable_fence_tall = true
## fire
enable_fire = true
## pvp
enable_pvp = true
# bedrock2
bedrock2_y = -11000
# bedrock2
ctg_world.space_border.height = 22000
ctg_world.space_gap.max = 4000
ctg_world.space_gap.min = 2000
# bones
bones_mode = bones
## vacuum
#vacuum.debug = false
#vacuum.disable_mapgen = true
vacuum.air_pump_range = 5
vacuum.flush_bottle_usage = 99
## vacuum - space
vacuum.vac_heights.space.enabled = true
vacuum.vac_heights.space.end_height = 31000
vacuum.vac_heights.space.start_height = 4000
## vacuum - atmos
vacuum.vac_heights.atmos.enabled = false
vacuum.vac_heights.atmos.end_height = 4000
vacuum.vac_heights.atmos.start_height = 2000
## vacuum - buffer
vacuum.vac_heights.buffer.enabled = true
vacuum.vac_heights.buffer.end_height = -11000
vacuum.vac_heights.buffer.start_height = -21000
## vacuum - void
vacuum.vac_heights.void.enabled = true
vacuum.vac_heights.void.end_height = -21000
vacuum.vac_heights.void.start_height = -31000
## spacesuit
spacesuit.enable_legacy_support = false
## playerlist
playerlist_key = zoom
## unified_inventory
unified_inventory_hide_disabled_buttons = true
# unified_inventory_bags = false
## other_worlds
otherworlds.gravity = true
otherworlds.space.ymin = 4000
otherworlds.space.ymax = 14999
otherworlds.redsky.ymin = 15000
otherworlds.redsky.ymax = 21000
## radiant_damage
radiant_damage_enable_heat_damage = true
radiant_damage_lava_damage = 2
radiant_damage_fire_damage = 1
radiant_damage_enable_mese_damage = true
radiant_damage_mese_interval = 10
radiant_damage_mese_damage = 1
## tnt
enable_tnt = true
## stamina
stamina_sprint_speed = 0.7
stamina_sprint_jump = 0.3
stamina_tick = 500
stamina_sprint_drain = 0.03
## playerlist
playerlist_key = zoom
## protector
protector_radius = 9
protector_spawn = 250
protector_hurt = 0.5
protector_pvp = true
protector_night_pvp = true
protector_pvp_spawn = true
## mobs
remove_far_mobs = false
## mobs_ghost
mobs_ghost_redo_daytime_check = true
mobs_ghost_redo_bones_only = true
## vehicles
vehicle_mash.enable_mese_blue_car = false
vehicle_mash.enable_mese_pink_car = false
vehicle_mash.enable_mese_purple_car = false
vehicle_mash.enable_mese_yellow_car = false
vehicle_mash.enable_boat = false
vehicle_mash.enable_rowboat = false
## prefab
prefab.electric_fence_damage = 5
## 3d_armor
armor_material_nether = false
## hudbars
hudbars_sorting = breath=3, health=1, stamina=0
hudbars_bar_type = progress_bar
## tsm_railcorridors
tsm_railcorridors_height_min = -5000
tsm_railcorridors_height_max = -40
tsm_railcorridors_probability_up_or_down = 0.5
tsm_railcorridors_probability_fork = 0.08
tsm_railcorridors_probability_chest = 0.07
## mapgen
mgv7_dungeon_ymin = -10999
mgv7_dungeon_ymax = 255
mgv7_spflags = mountains, ridges, nofloatlands, caverns
## x_farming
x_farming.beehive_radius = 7
# The toughness level of deepslate-related blocks, for survival difficulty
deepslate.level = 2
# Deepslate will only generate naturally if this is enabled.
deepslate.generate = true
# The Y coordinate below which stone starts transitioning to deepslate.
# Put this below the fill top to disable the transition area.
deepslate.transition_top = -7168
# The Y coordinate below which all stone is replaced with deepslate.
deepslate.fill_top = -9216
# The Y coordinate below which no stone is replaced with deepslate.
deepslate.fill_bottom = -11000
# cloudlands
cloudlands_altitude = 240
cloudlands_altitude_amplitude = 80
cloudlands_generate_ores = true
cloudlands_vine_coverage = 64
cloudlands_limit_biome = swamp desert taiga grassland coniferous_forest deciduous_forest deciduous_forest_shore rainforest rainforest_swamp naturalbiomes:bushland salt_desert icesheet_ocean icesheet_under tundra_highland tundra tundra_beach tundra_ocean tundra_under taiga_ocean taiga_under snowy_grassland_ocean snowy_grassland_under grassland_dunes grassland_ocean grassland_under coniferous_forest_dunes coniferous_forest_ocean coniferous_forest_under deciduous_forest_ocean deciduous_forest_under savanna savanna_shore savanna_ocean savanna_under rainforest_ocean rainforest_under swamp_under swamp_ocean naturalbiomes:heath naturalbiomes:outback badlands_plainsnaturalbiomes:wetsavanna naturalbiomes:alderswamp naturalbiomes:alpine bambooforest naturalbiomes:palmbeach naturalbiomes:mediterranean livingjungle:jungle badlands snowy_grassland
#cloudlands_limit_biome_altitude = 300
cloudlands_use_lowland_biomes = false
cloudlands_bioluminescence = true
cloudlands_enable_portals = false