Fixed Melon screwdriver rotation bug

This commit is contained in:
tenplus1 2015-01-20 15:03:45 +00:00
parent fd6c4e592f
commit 5f8f62356e
1 changed files with 1 additions and 1 deletions

View File

@ -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",