From 4bcad4e536f3a9f6f0d46aba19a508d8813ad31f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 4 Sep 2019 16:41:39 +0200 Subject: [PATCH] Remove redundant replacements --- mods/default/mapgen.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua index c8ce824..a682119 100644 --- a/mods/default/mapgen.lua +++ b/mods/default/mapgen.lua @@ -426,11 +426,6 @@ minetest.register_decoration( fill_ratio = 0.009, biomes = {"Forest", "Deep Forest"}, flags = "place_center_x, place_center_z", - replacements = { - ["default:leaves"] = "default:leaves_oak", - ["default:tree"] = "default:tree_oak", - ["default:apple"] = "air", - }, schematic = minetest.get_modpath("default") .. "/schematics/default_appletree.mts", y_min = -32000,