-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathminetest.conf
108 lines (96 loc) · 3.92 KB
/
minetest.conf
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
craftguide_sfinv_only = true
# Own progressive implementation is used (craftguide_reveal)
craftguide_progressive_mode = false
# To be compatible to previous "sprint" speed. 1.3 is to slow
sprint_speed = 1.8
# MT-5 compatible model is used
playeranim.model_version = MTG_4_Nov_2017
# The exploring flora by travaling should not gets obsolete, therefore rarity 300->3000
compost_extra_result_rarity = 3000
# Not really useable and created some overhead
trash_can_throw_in = false
# Don't have nether mod or moreores
armor_material_mithril = false
armor_material_crystal = false
armor_material_nether = false
# Disable player bones bonemeal:bone recipe as it conflicts with the heads mod
bonemeal.disable_deathbones_recipe = true
##############################################################
# -----------------------
# Map Generation Settings
# -----------------------
##############################################################
# Ores
mapgen_conf.tin_ground_layer1_scarcity = 1000
mapgen_conf.tin_ground_layer1_ymax = -30
mapgen_conf.tin_ground_layer1_ymin = -150
mapgen_conf.tin_ground_layer2_scarcity = 2197
mapgen_conf.tin_ground_layer2_ymax = -151
mapgen_conf.tin_ground_layer2_ymin = -31000
mapgen_conf.copper_ground_layer1_scarcity = 729
mapgen_conf.copper_ground_layer1_ymax = -30
mapgen_conf.copper_ground_layer1_ymin = -150
mapgen_conf.copper_ground_layer2_scarcity = 1728
mapgen_conf.copper_ground_layer2_ymax = -151
mapgen_conf.copper_ground_layer2_ymin = -31000
mapgen_conf.iron_ground_layer1_scarcity = 1000
mapgen_conf.iron_ground_layer1_ymax = -200
mapgen_conf.iron_ground_layer1_ymin = -600
mapgen_conf.iron_ground_layer2_scarcity = 2744
mapgen_conf.iron_ground_layer2_ymax = -601
mapgen_conf.iron_ground_layer2_ymin = -31000
mapgen_conf.gold_ground_layer1_scarcity = 3375
mapgen_conf.gold_ground_layer1_ymax = -400
mapgen_conf.gold_ground_layer1_ymin = -700
mapgen_conf.gold_ground_layer2_scarcity = 2197
mapgen_conf.gold_ground_layer2_ymax = -701
mapgen_conf.gold_ground_layer2_ymin = -31000
mapgen_conf.mese_ground_layer1_scarcity = 4096
mapgen_conf.mese_ground_layer1_ymax = -600
mapgen_conf.mese_ground_layer1_ymin = -1200
mapgen_conf.mese_ground_layer2_scarcity = 2744
mapgen_conf.mese_ground_layer2_ymax = -1201
mapgen_conf.mese_ground_layer2_ymin = -31000
mapgen_conf.mese_block_ground_layer1_scarcity = 46656
mapgen_conf.mese_block_ground_layer1_ymax = -1000
mapgen_conf.mese_block_ground_layer1_ymin = -1200
mapgen_conf.mese_block_ground_layer2_scarcity = 46656
mapgen_conf.mese_block_ground_layer2_ymax = -1201
mapgen_conf.mese_block_ground_layer2_ymin = -31000
mapgen_conf.diamond_ground_layer1_scarcity = 4913
mapgen_conf.diamond_ground_layer1_ymax = -1000
mapgen_conf.diamond_ground_layer1_ymin = -2000
mapgen_conf.diamond_ground_layer2_scarcity = 3375
mapgen_conf.diamond_ground_layer2_ymax = -2001
mapgen_conf.diamond_ground_layer2_ymin = -31000
# Biomes
mapgen_conf.mountaintops_altitude = 80
mapgen_conf.hills_to_mountain_vertical_blend = 30
mapgen_conf.top_layer_thickness = 1
mapgen_conf.filler_layer_thickness = 20
mapgen_conf.ocean_floor_thickness = 5
mapgen_conf.riverbed_thickness = 5
mapgen_conf.lower_atmosphere_biome_ymax = 1000
mapgen_conf.floatlands_biomes_ymax = 31000
mapgen_conf.floatlands_biomes_exclusions = "tundra icesheet cold_desert grassland_dunes snowy_grassland"
# Cloudlands
cloudlands_use_lowland_biomes = false
cloudlands_altitude = 2000
cloudlands_altitude_amplitude = 100
cloudlands_generate_ores = true
cloudlands_vine_coverage = 30
cloudlands_giant_tree_rarety = 8
cloudlands_bioluminescence = true
# Yellow Crystals
yellow_crystals.ore1_scarcity = 5832
yellow_crystals.ore1_ymax = -350
yellow_crystals.ore1_ymin = -500
yellow_crystals.ore2_scarcity = 8000
yellow_crystals.ore2_ymax = -450
yellow_crystals.ore2_ymin = -31000
yellow_crystals.ore3_scarcity = 8000
yellow_crystals.ore3_ymax = -550
yellow_crystals.ore3_ymin = -31000
yellow_crystals.ore4_scarcity = 8000
yellow_crystals.ore4_ymax = -650
yellow_crystals.ore4_ymin = -31000