Make waterlily wave when placed on waving water
This commit is contained in:
parent
0f771a27c3
commit
54bb0afe7f
2 changed files with 16 additions and 6 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
Add a link
Reference in a new issue