summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-19 09:25:55 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-19 09:25:55 +0000
commit87e79821316335177e6082db6fa700df79fafa2c (patch)
treec6620f1cfd197a54ea1dad234b650693bc4d00db
parent281010fb8c46f95effbe450c9bb5997d664ef2ab (diff)
can walk on waterlily's now
-rw-r--r--schematics/waterlily.lua4
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