mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
mapgen places waving waterlilies
This commit is contained in:
parent
d51dcf6070
commit
d4b04c6c87
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue