2017-06-09 12:47:29 +02:00
|
|
|
# This file contains settings of MineClone 2that can be changed in
|
|
|
|
# minetest.conf
|
|
|
|
|
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
|
|
|
|
|
|
|
|
# Fire spreads and flammable nodes will be ignited by nearby fire.
|
|
|
|
# Spreading fire may cause severe destruction.
|
|
|
|
# Spreading fire blocks will disappear when fire is disabled, but
|
|
|
|
# eternal fire is unaffected.
|
|
|
|
enable_fire (Fire) bool true
|
|
|
|
|
|
|
|
# Enable flame sound.
|
|
|
|
flame_sound (Flame sound) bool true
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2018-01-25 03:55:08 +01:00
|
|
|
# If enabled, the weather will change naturally over time.
|
|
|
|
mcl_doWeatherCycle (Change weather) bool true
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
2017-06-09 12:47:29 +02:00
|
|
|
# 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
|
|
|
|
|
2017-06-09 14:00:02 +02:00
|
|
|
# If enabled, the night can be skipped if all players are in bed.
|
2017-06-09 14:05:58 +02:00
|
|
|
# This setting is only read at startup.
|
2017-06-09 12:47:29 +02:00
|
|
|
enable_bed_night_skip (Skip night when sleeping) bool true
|
|
|
|
|
2017-06-09 14:18:51 +02:00
|
|
|
# If enabled, the recipe book will only show recipes which require one
|
2017-06-13 02:48:42 +02:00
|
|
|
# item which you have already discovered.
|
2017-06-09 14:18:51 +02:00
|
|
|
# If disabled, the recipe book shows all crafting recipes.
|
|
|
|
# This setting is experimental and may be changed in later versions.
|
|
|
|
# Feedback is appreciated.
|
2017-07-06 03:00:46 +02:00
|
|
|
craftguide_progressive_mode (EXPERIMENTAL: Enable recipe book progressive mode) bool false
|
2017-07-02 22:35:46 +02:00
|
|
|
|
|
|
|
# If enabled, the “flat” map generator generates a “classic” superflat map:
|
|
|
|
# Completely flat, 1 layer of grass blocks on top of 2 layers of dirt on
|
|
|
|
# top of a final layer of bedrock.
|
|
|
|
# Note if this is enabled, the setting “mgflat_flags” is ignored. To
|
|
|
|
# customize the “flat” map generator, you must disable this setting.
|
|
|
|
# Warning: Disabling this setting is currently EXPERIMENTAL! The generated map
|
|
|
|
# may not be that pretty.
|
|
|
|
mcl_superflat_classic (Classic superflat map generation) bool true
|
2017-09-13 03:15:16 +02:00
|
|
|
|
|
|
|
# Which edition of Minecraft to imitate. This currently only affects two map
|
|
|
|
# generation aspects.
|
|
|
|
# This setting might be removed in a later version.
|
|
|
|
# Available options:
|
|
|
|
#
|
|
|
|
# pc_edition: PC Edition (later known as “Java Edition”).
|
|
|
|
# There are no fallen tree trunks.
|
|
|
|
# Jungle bushes have oak leaves.
|
|
|
|
#
|
|
|
|
# pocket_edition: Pocket Edition
|
|
|
|
# There are simple fallen tree trunks with mushrooms.
|
|
|
|
# Jungle bushes have jungle leaves.
|
|
|
|
mcl_imitation_mode (Imitated Minecraft edition) enum pc_edition pc_edition,pocket_edition
|
|
|
|
|