Skip to content

Commit

Permalink
fix walkable waterlily in 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Apr 9, 2022
1 parent ee13374 commit a58edd7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion schematics/waterlily.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a58edd7

Please sign in to comment.