diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-07 18:28:54 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-07 18:28:54 +0000 |
commit | a54fb59a0e70fc70e141486b68c1b0fa5ed3b573 (patch) | |
tree | 6e5c813dba6bf0ace577bef300b13d956d88f6c3 /water.lua | |
parent | a9f3896ae764f6fa48472b987ac3b33a50b48b78 (diff) |
added coral and silver sand (minetest 0.4.15 only)
Diffstat (limited to 'water.lua')
-rw-r--r-- | water.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ minetest.register_abm({ end nodeupdate(pos) + --minetest.check_for_falling(pos) end, }) |