Fixed Cake
This commit is contained in:
parent
3513895684
commit
7f1dbe1894
@ -337,10 +337,9 @@ minetest.register_node("farming:cake", {
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-8/16,-8/16,-4/16,8/16,8/16,4/16},
|
||||
{-4/16,-8/16,-8/16,4/16,8/16,8/16},
|
||||
{-7/16,-8/16,-6/16,7/16,8/16,6/16},
|
||||
{-6/16,-8/16,-7/16,6/16,8/16,7/16},
|
||||
{-6/16, -8/16, -4/16, 6/16, 0/16, 4/16},
|
||||
{-4/16, -8/16, -6/16, 4/16, 0/16, 6/16},
|
||||
{-5/16, -8/16, -5/16, 5/16, 0/16, 5/16},
|
||||
},
|
||||
},
|
||||
selection_box = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user