forked from VoxeLibre/VoxeLibre
Change anvil nodebox
This commit is contained in:
parent
dfafa6c969
commit
a84a0a0db6
|
@ -9,9 +9,9 @@ local anvildef = {
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-6/16, -8/16, -5/16, 6/16, -6/16, 5/16},
|
{-8/16, 2/16, -5/16, 8/16, 8/16, 5/16}, -- top
|
||||||
{-5/16, -6/16, -3/16, 5/16, 0, 3/16},
|
{-6/16, -4/16, -1/16, 6/16, 5/16, 1/16}, -- middle
|
||||||
{-7/16, -2/16, -4/16, 7/16, 4/16, 4/16}
|
{-8/16, -8/16, -5/16, 8/16, -4/16, 5/16}, -- base
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sounds = mcl_sounds.node_sound_metal_defaults(),
|
sounds = mcl_sounds.node_sound_metal_defaults(),
|
||||||
|
|
Loading…
Reference in New Issue