forked from VoxeLibre/VoxeLibre
Add MC like nodebox for anvils
This commit is contained in:
parent
7e0bb036f4
commit
f8dcf05670
|
@ -297,9 +297,10 @@ local anvildef = {
|
|||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-8/16, 2/16, -5/16, 8/16, 8/16, 5/16}, -- top
|
||||
{-5/16, -4/16, -2/16, 5/16, 5/16, 2/16}, -- middle
|
||||
{-8/16, -8/16, -5/16, 8/16, -4/16, 5/16}, -- base
|
||||
{ -6/16, -8/16, -6/16, 6/16, -4/16, 6/16 },
|
||||
{ -5/16, -4/16, -4/16, 5/16, -3/16, 4/16 },
|
||||
{ -4/16, -3/16, -2/16, 4/16, 2/16, 2/16 },
|
||||
{ -8/16, 2/16, -5/16, 8/16, 8/16, 5/16 },
|
||||
}
|
||||
},
|
||||
sounds = mcl_sounds.node_sound_metal_defaults(),
|
||||
|
|
Loading…
Reference in New Issue