forked from mtcontrib/farming
Fixed Melon screwdriver rotation bug
This commit is contained in:
parent
fd6c4e592f
commit
5f8f62356e
|
@ -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
|
-- Last stage of Melon growth doesnnot have growing=1 so abm never has to check these
|
||||||
|
|
||||||
minetest.register_node("farming:melon_8", {
|
minetest.register_node("farming:melon_8", {
|
||||||
drawtype = "nodebox",
|
--drawtype = "nodebox",
|
||||||
description = "Melon",
|
description = "Melon",
|
||||||
tiles = {"farming_melon_top.png", "farming_melon_top.png", "farming_melon_side.png"},
|
tiles = {"farming_melon_top.png", "farming_melon_top.png", "farming_melon_side.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user