whynot-game-cd2025/minetest.conf

109 lines
3.9 KiB
Plaintext

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