summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-05-06 00:29:00 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-05-06 00:29:00 -0700
commit761c6618aae24cf6dfc87a4eb902b969738535db (patch)
tree6e091f9c635d86ea9db38f60dd5ceae59535d700
parentfa07d3307ab454b16f84ddc1d5abf60298a5cdeb (diff)
No need for this.
-rw-r--r--corn.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/corn.lua b/corn.lua
index b1d1924..3d561cd 100644
--- a/corn.lua
+++ b/corn.lua
@@ -128,7 +128,6 @@ minetest.register_abm({
minetest.set_node(above , { name = "crops:corn_top_1" })
local meta = minetest.get_meta(above)
meta:set_int("crops_top_half", 1)
- meta:set_int("crops_water", water)
end
})