mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-30 05:40:24 +02:00
Make waterlily wave when placed on waving water
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user