2021-05-29 10:51:38 +02:00
|
|
|
# This file contains settings of MineClone 2 that can be changed in
|
2017-06-09 12:47:29 +02:00
|
|
|
# minetest.conf
|
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
[World]
|
2017-06-09 14:05:58 +02:00
|
|
|
# In creative mode, players are able to dig all kind of blocks
|
2017-06-09 12:47:29 +02:00
|
|
|
# instantly, and have access to unlimited resources.
|
2017-06-09 14:05:58 +02:00
|
|
|
# Items are not used up, and blocks do not drop.
|
2017-06-09 12:47:29 +02:00
|
|
|
# Some of the functionality is only available if this setting is present
|
|
|
|
# at startup.
|
2017-06-09 14:14:33 +02:00
|
|
|
# This setting may be removed in later version in favor of
|
|
|
|
# per-player Creative Mode.
|
2017-06-09 12:47:29 +02:00
|
|
|
creative_mode (Creative mode) bool false
|
|
|
|
|
2019-03-15 04:25:54 +01:00
|
|
|
# Fire spreads and flammable blocks might be destroyed by nearby fire.
|
|
|
|
# Destructive fire may cause severe destruction.
|
2019-04-09 15:25:27 +02:00
|
|
|
# Fire blocks will be non-destructive and stops spreading when this
|
|
|
|
# setting is disabled, but they still deal damage to creatures.
|
|
|
|
enable_fire (Destructive and spreading fire) bool true
|
2017-06-09 12:47:29 +02:00
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
# If enabled, the weather will change naturally over time.
|
|
|
|
mcl_doWeatherCycle (Change weather) bool true
|
2017-06-09 12:47:29 +02:00
|
|
|
|
2017-06-09 14:05:58 +02:00
|
|
|
# If enabled, breaking blocks will cause them to drop as item.
|
|
|
|
# Note that blocks never have drops when in Creative Mode.
|
2017-06-09 14:11:16 +02:00
|
|
|
mcl_doTileDrops (Blocks have drops) bool true
|
2017-06-09 14:05:58 +02:00
|
|
|
|
2020-02-05 03:11:32 +01:00
|
|
|
# If enabled, TNT explosions destroy blocks.
|
|
|
|
mcl_tnt_griefing (TNT destroys blocks) bool true
|
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
[Players]
|
|
|
|
# If enabled, players respawn at the bed they last lay on instead of normal
|
|
|
|
# spawn.
|
|
|
|
# This setting is only read at startup.
|
|
|
|
enable_bed_respawn (Respawn at bed) bool true
|
|
|
|
|
2021-09-12 14:23:28 +02:00
|
|
|
# How many players have to sleep to skip the night, in percent.
|
|
|
|
# Setting to 0 will mean 1 player is always enough to skip the night. Setting above 100 will prevent skipping the night.
|
|
|
|
# 100 by default.
|
2021-09-21 20:14:24 +02:00
|
|
|
# The setting can be changed ingame using `/set mcl_playersSleepingPercentage <number>`
|
2021-09-12 14:23:28 +02:00
|
|
|
mcl_playersSleepingPercentage (Players Sleeping Percentage) int 100
|
|
|
|
|
2017-06-09 14:00:02 +02:00
|
|
|
# Normally, players drop all their items when they die. Enable this
|
|
|
|
# setting, so players always keep their inventory on death.
|
2017-06-09 14:11:16 +02:00
|
|
|
mcl_keepInventory (Keep inventory on death) bool false
|
2017-06-09 14:00:02 +02:00
|
|
|
|
|
|
|
# If enabled, chat messages are shown to everyone when a player dies.
|
2017-06-09 14:11:16 +02:00
|
|
|
mcl_showDeathMessages (Show death messages) bool true
|
2017-06-09 14:00:02 +02:00
|
|
|
|
2019-03-13 04:52:23 +01:00
|
|
|
# If enabled, the recipe book will progressively be filled with new recipes that can be crafted from all items you ever have had in your inventory.
|
|
|
|
# Recommended for new players and for a spoiler-free gameplay experience.
|
|
|
|
# If disabled, all recipes will be shown.
|
|
|
|
mcl_craftguide_progressive_mode (Learn crafting recipes progressively) bool true
|
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
[Mobs]
|
2018-01-25 04:51:22 +01:00
|
|
|
# If enabled, mobs will spawn naturally. This does not affect
|
|
|
|
# affect mob spawners.
|
|
|
|
# This setting is only read at startup.
|
|
|
|
mobs_spawn (Spawn mobs naturally) bool true
|
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
# Controls the overall amount of mobs that spawn. The higher the number,
|
|
|
|
# the less often mobs will spawn. This does not affect mob spawners.
|
2019-02-11 15:49:36 +01:00
|
|
|
mobs_spawn_chance (Mob spawn chance) float 2.5 0.0
|
2019-01-20 20:53:26 +01:00
|
|
|
|
2017-06-09 14:00:02 +02:00
|
|
|
# If enabled, only peaceful mobs will appear naturally. This does not
|
2018-01-25 04:51:22 +01:00
|
|
|
# affect mob spawners.
|
2017-06-09 14:05:58 +02:00
|
|
|
# This setting is only read at startup.
|
2017-06-09 14:00:02 +02:00
|
|
|
only_peaceful_mobs (Spawn only peaceful mobs) bool false
|
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
# Allow mobs to spawn in protected areas. This does not affect
|
|
|
|
# mob spawners.
|
|
|
|
mobs_spawn_protected (Mobs spawn in protected areas) bool false
|
|
|
|
|
2019-10-03 12:24:37 +02:00
|
|
|
# Mobs difficulty. This is a number that will affect the initial and maximum
|
|
|
|
# health and the amount of damage that mobs deal. Health and damage will
|
|
|
|
# be multiplied with this number.
|
|
|
|
mob_difficulty (Mob difficulty factor) float 1.0 0.0
|
|
|
|
|
2018-01-26 18:31:19 +01:00
|
|
|
# If enabled, mobs might drop items when they die.
|
|
|
|
mobs_drop_items (Mobs drop items) bool true
|
|
|
|
|
2018-06-10 16:09:28 +02:00
|
|
|
# If enabled, mobs can take, place, change and destroy blocks around them.
|
2018-01-26 18:31:19 +01:00
|
|
|
mobs_griefing (Mobs change blocks) bool true
|
|
|
|
|
2019-10-03 12:12:50 +02:00
|
|
|
# If enabled, mobs won't damage particles when they got hurt.
|
2019-10-03 12:04:30 +02:00
|
|
|
mobs_disable_blood (Disable mob damage particles) bool false
|
2017-06-09 12:47:29 +02:00
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
[Audio]
|
|
|
|
# Enable flame sound.
|
|
|
|
flame_sound (Flame sound) bool true
|
2017-06-09 12:47:29 +02:00
|
|
|
|
2021-01-01 19:25:47 +01:00
|
|
|
[Graphics]
|
|
|
|
# How many vertical animation frames the fire texture (fire_basic_flame_animated.png) has.
|
|
|
|
# This may vary depending on the texture pack you use.
|
|
|
|
# Form: Image height / Image width
|
|
|
|
fire_animation_frames (Fire Animation Frames) int 8
|
|
|
|
|
2021-01-27 19:21:28 +01:00
|
|
|
# Whether to animate chests when open / close
|
|
|
|
animated_chests (Animated chests) bool true
|
|
|
|
|
2021-02-08 20:13:08 +01:00
|
|
|
# Whether to preview the player in inventory in 3D (requires Minetest 5.4)
|
2021-02-25 09:52:08 +01:00
|
|
|
3d_player_preview (3D Player preview) bool true
|
2021-02-08 20:13:08 +01:00
|
|
|
|
2021-04-07 17:02:03 +02:00
|
|
|
# The maximum number of boss bars to simultaniously display on the screen
|
2021-04-16 18:41:10 +02:00
|
|
|
max_bossbars (Maximum Boss bars) int 5
|
2021-04-07 17:02:03 +02:00
|
|
|
|
2019-01-20 20:53:26 +01:00
|
|
|
[Experimental]
|
2019-12-19 17:42:19 +01:00
|
|
|
# Whether ice is translucent. If disabled, ice is fully opaque.
|
|
|
|
#
|
|
|
|
# Note: As of Minetest version 5.1.0, translucent ice above oceans
|
|
|
|
# will look weird, there's a lot of flashing/blinking going on
|
|
|
|
# due to bugs in Minetest's implementation of translucency.
|
|
|
|
# See also: https://github.com/minetest/minetest/issues/95
|
|
|
|
mcl_translucent_ice (Translucent ice) bool false
|
|
|
|
|
2019-03-01 18:08:28 +01:00
|
|
|
# Whether to generate fallen logs in some biomes.
|
|
|
|
# They might not always look pretty and have strange overhangs.
|
|
|
|
mcl_generate_fallen_logs (Generate fallen logs) bool false
|
|
|
|
|
2019-02-09 02:42:11 +01:00
|
|
|
# If enabled, the “flat” map generator generates a Classic Superflat world:
|
|
|
|
# Completely flat, 1 layer of grass blocks on top of 2 layers of dirt on
|
|
|
|
# top of a final layer of bedrock. No caves, trees or plants.
|
|
|
|
# Also, if enabled, the setting “mgflat_flags” is ignored.
|
|
|
|
# If disabled, Minetest's default flat map generator is used, that is, trees,
|
|
|
|
# caves, and a deeper underground can be generated.
|
|
|
|
#
|
|
|
|
# Caution: Change this setting with care!
|
|
|
|
# If you change this setting, then play on an existing flat world
|
|
|
|
# that started with a different setting (e.g. you changed from superflat
|
|
|
|
# from “enabled” to “disabled”), there will be continuity errors when players
|
|
|
|
# reach new areas. Most importantly, the void is much higher in Superflat than
|
|
|
|
# in “normal” Flat.
|
|
|
|
# But creating new flat worlds after changing this setting should be safe.
|
2020-06-16 01:49:03 +02:00
|
|
|
mcl_superflat_classic (Classic superflat map generation) bool false
|
2020-08-23 12:07:35 +02:00
|
|
|
|
2021-02-22 13:35:32 +01:00
|
|
|
# If disabled, no ores will be generated.
|
|
|
|
mcl_generate_ores (Generate Ores) bool true
|
|
|
|
|
2021-03-25 22:07:38 +01:00
|
|
|
# If disabled, command blocks will be unusuable (but still present).
|
|
|
|
mcl_enable_commandblocks (Enable Command Blocks) bool true
|
|
|
|
|
2020-08-23 12:07:35 +02:00
|
|
|
# Make some blocks emit decorative particles like flames. This setting
|
|
|
|
# specifies the detail level of particles, with higher levels being
|
|
|
|
# more CPU demanding.
|
|
|
|
# WARNING: This setting has quite poor performance and can slow down your
|
|
|
|
# game by a lot.
|
|
|
|
mcl_node_particles (Block particles detail level) enum none high,medium,low,none
|
2021-01-26 03:23:38 +01:00
|
|
|
|
2021-03-05 17:04:49 +01:00
|
|
|
# Enable hard overiding of builtin commands.
|
|
|
|
mcl_builtin_commands_overide (Enable hard overiding of builtin commands.) bool true
|
|
|
|
|
2021-02-01 22:45:22 +01:00
|
|
|
# If enabled, this will substitute a few blocks in village schematics so they blend into normal, snowy, and sandy areas. Defaults to true.
|
|
|
|
basic_pseudobiome_villages (Enables very basic, and experimental "pseudobiome-based" villages) bool true
|
2021-01-26 03:23:38 +01:00
|
|
|
|
|
|
|
# If enabled, will run an LBM to fix the top 1/2 of double plants in mcimported worlds; defaults to true.
|
|
|
|
fix_doubleplants (Mcimport double plant fixes) bool true
|
2021-05-01 16:52:16 +02:00
|
|
|
|
|
|
|
# Allow players to create Minecraft-like maps.
|
|
|
|
enable_real_maps (Enable Real Maps) bool true
|
2021-07-18 19:23:12 +02:00
|
|
|
|
|
|
|
[Debugging]
|
|
|
|
# If enabled, this will show the itemstring of an item in the description.
|
|
|
|
mcl_item_id_debug (Item ID Debug) bool false
|