Make waterlily wave when placed on waving water

This commit is contained in:
t0ny2 2019-06-16 22:09:36 +01:00 committed by Paramat
parent 0f771a27c3
commit 54bb0afe7f
2 changed files with 16 additions and 6 deletions

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,