summaryrefslogtreecommitdiff
path: root/water.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-07 18:28:54 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-07 18:28:54 +0000
commita54fb59a0e70fc70e141486b68c1b0fa5ed3b573 (patch)
tree6e5c813dba6bf0ace577bef300b13d956d88f6c3 /water.lua
parenta9f3896ae764f6fa48472b987ac3b33a50b48b78 (diff)
added coral and silver sand (minetest 0.4.15 only)
Diffstat (limited to 'water.lua')
-rw-r--r--water.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/water.lua b/water.lua
index 48eb525..476045c 100644
--- a/water.lua
+++ b/water.lua
@@ -101,6 +101,7 @@ minetest.register_abm({
end
nodeupdate(pos)
+ --minetest.check_for_falling(pos)
end,
})