From 5f8f62356e64f0a4ee8949159b112c06e71b0c54 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 20 Jan 2015 15:03:45 +0000 Subject: [PATCH] Fixed Melon screwdriver rotation bug --- melon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",