diff --git a/mods/ITEMS/mcl_core/schematics/mcl_core_jungle_bush_jungle_leaves.mts b/mods/ITEMS/mcl_core/schematics/mcl_core_jungle_bush_jungle_leaves.mts deleted file mode 100644 index d2df30e8..00000000 Binary files a/mods/ITEMS/mcl_core/schematics/mcl_core_jungle_bush_jungle_leaves.mts and /dev/null differ diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 93945354..a046c174 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -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 diff --git a/settingtypes.txt b/settingtypes.txt index 1adfec3f..3d65971e 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -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