mapgen places waving waterlilies

This commit is contained in:
T0ny2 2019-04-02 19:31:27 +01:00
parent d51dcf6070
commit d4b04c6c87

View file

@ -60,7 +60,7 @@ local function register_mgv6_waterlily()
},
y_max = 0,
y_min = 0,
decoration = "flowers:waterlily",
decoration = "flowers:waterlily_waving",
param2 = 0,
param2_max = 3,
place_offset_y = 1,
@ -146,7 +146,7 @@ local function register_waterlily()
biomes = {"rainforest_swamp", "savanna_shore", "deciduous_forest_shore"},
y_max = 0,
y_min = 0,
decoration = "flowers:waterlily",
decoration = "flowers:waterlily_waving",
param2 = 0,
param2_max = 3,
place_offset_y = 1,