Merge pull request 'Add MC like nodebox for anvils' (#1848) from NO11/MineClone2:anvil_nodebox into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1848
This commit is contained in:
NO11 2021-08-11 15:46:57 +00:00
commit 4802b610c3
4 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(),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 5.7 KiB