diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-19 09:25:55 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-19 09:25:55 +0000 |
commit | 87e79821316335177e6082db6fa700df79fafa2c (patch) | |
tree | c6620f1cfd197a54ea1dad234b650693bc4d00db | |
parent | 281010fb8c46f95effbe450c9bb5997d664ef2ab (diff) |
can walk on waterlily's now
-rw-r--r-- | schematics/waterlily.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schematics/waterlily.lua b/schematics/waterlily.lua index 4bd8b3a..028cb66 100644 --- a/schematics/waterlily.lua +++ b/schematics/waterlily.lua @@ -15,3 +15,7 @@ ethereal.waterlily = { }, } + +minetest.override_item("flowers:waterlily", { + walkable = true, +})
\ No newline at end of file |