Change anvil nodebox

This commit is contained in:
Wuzzy 2018-01-31 19:23:37 +01:00
parent dfafa6c969
commit a84a0a0db6
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ local anvildef = {
node_box = {
type = "fixed",
fixed = {
{-6/16, -8/16, -5/16, 6/16, -6/16, 5/16},
{-5/16, -6/16, -3/16, 5/16, 0, 3/16},
{-7/16, -2/16, -4/16, 7/16, 4/16, 4/16}
{-8/16, 2/16, -5/16, 8/16, 8/16, 5/16}, -- top
{-6/16, -4/16, -1/16, 6/16, 5/16, 1/16}, -- middle
{-8/16, -8/16, -5/16, 8/16, -4/16, 5/16}, -- base
}
},
sounds = mcl_sounds.node_sound_metal_defaults(),