fix walkable waterlily in 5.5
This commit is contained in:
parent
ee13374d44
commit
a58edd739d
@ -15,6 +15,13 @@ ethereal.waterlily = {
|
||||
if ethereal.lilywalk == true then
|
||||
|
||||
minetest.override_item("flowers:waterlily", {
|
||||
walkable = true,
|
||||
walkable = true
|
||||
})
|
||||
|
||||
if minetest.registered_nodes["flowers:waterlily_waving"] then
|
||||
|
||||
minetest.override_item("flowers:waterlily_waving", {
|
||||
walkable = true
|
||||
})
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user