Add MC like nodebox for anvils

This commit is contained in:
NO11 2021-08-11 15:41:45 +00:00
parent 7e0bb036f4
commit f8dcf05670
1 changed files with 4 additions and 3 deletions

View File

@ -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(),