summaryrefslogtreecommitdiff
path: root/melon.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-01-20 15:03:45 +0000
committertenplus1 <kinsellaja@yahoo.com>2015-01-20 15:03:45 +0000
commit5f8f62356e64f0a4ee8949159b112c06e71b0c54 (patch)
tree073f6de8629366c2de3546ae5b2c4a9b02a69e65 /melon.lua
parentfd6c4e592f420107adb223b0db27a3fbec93dab0 (diff)
Fixed Melon screwdriver rotation bug
Diffstat (limited to 'melon.lua')
-rw-r--r--melon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/melon.lua b/melon.lua
index cefd831..e680456 100644
--- a/melon.lua
+++ b/melon.lua
@@ -125,7 +125,7 @@ minetest.register_node("farming:melon_7", {
-- Last stage of Melon growth doesnnot have growing=1 so abm never has to check these
minetest.register_node("farming:melon_8", {
- drawtype = "nodebox",
+ --drawtype = "nodebox",
description = "Melon",
tiles = {"farming_melon_top.png", "farming_melon_top.png", "farming_melon_side.png"},
paramtype = "light",