From ef306e76f6730f4493fe8021a5fb303a7f826f22 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Mon, 26 Oct 2015 14:11:13 +0100 Subject: [PATCH] [default] Remove deprecated field --- minetestforfun_game/mods/default/mapgen.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/minetestforfun_game/mods/default/mapgen.lua b/minetestforfun_game/mods/default/mapgen.lua index 9c551ed..0668d41 100755 --- a/minetestforfun_game/mods/default/mapgen.lua +++ b/minetestforfun_game/mods/default/mapgen.lua @@ -1127,7 +1127,7 @@ function default.register_mgv6_decorations() y_max = 1, decoration = "default:papyrus", height = 2, - height_max = 4, + y_max = 4, spawn_by = "default:water_source", num_spawn_by = 1, }) @@ -1150,7 +1150,7 @@ function default.register_mgv6_decorations() y_max = 30, decoration = "default:cactus", height = 3, - height_max = 4, + y_max = 4, }) -- Long grasses @@ -1377,7 +1377,7 @@ function default.register_decorations() y_max = 31000, decoration = "default:cactus", height = 2, - height_max = 5, + y_max = 5, }) -- Papyrus