Fixed Cake

This commit is contained in:
DanDuncombe 2013-11-12 12:18:27 +00:00
parent 3513895684
commit 7f1dbe1894

View File

@ -337,10 +337,9 @@ minetest.register_node("farming:cake", {
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{-8/16,-8/16,-4/16,8/16,8/16,4/16}, {-6/16, -8/16, -4/16, 6/16, 0/16, 4/16},
{-4/16,-8/16,-8/16,4/16,8/16,8/16}, {-4/16, -8/16, -6/16, 4/16, 0/16, 6/16},
{-7/16,-8/16,-6/16,7/16,8/16,6/16}, {-5/16, -8/16, -5/16, 5/16, 0/16, 5/16},
{-6/16,-8/16,-7/16,6/16,8/16,7/16},
}, },
}, },
selection_box = { selection_box = {