Remove mcl_imitation_mode

This commit is contained in:
Wuzzy 2019-03-01 18:01:29 +01:00
parent ab91971398
commit 03c6beb971
3 changed files with 1 additions and 21 deletions

View File

@ -6,14 +6,8 @@ local superflat = mg_name == "flat" and minetest.get_mapgen_setting("mcl_superfl
local generate_fallen_logs = false
-- Jungle bush type. Default (PC/Java Edition) is Jungle Wood + Oak Leaves
-- Jungle bush schematic. In PC/Java Edition it's Jungle Wood + Oak Leaves
local jungle_bush_schematic = minetest.get_modpath("mcl_core").."/schematics/mcl_core_jungle_bush_oak_leaves.mts"
if imitate == "pocket_edition" then
-- Simple fallen tree trunk logs (not very good yet)
generate_fallen_logs = true
-- Jungle bush: Jungle Wood + Jungle Leaves
jungle_bush_schematic = minetest.get_modpath("mcl_core").."/schematics/mcl_core_jungle_bush_jungle_leaves.mts"
end
--
-- Register biomes

View File

@ -11,20 +11,6 @@
# per-player Creative Mode.
creative_mode (Creative mode) bool false
# 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
# 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