forked from VoxeLibre/VoxeLibre
Merge pull request 'Add MC like nodebox for anvils' (#1848) from NO11/MineClone2:anvil_nodebox into master
Reviewed-on: MineClone2/MineClone2#1848
This commit is contained in:
commit
4802b610c3
|
@ -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 |
Loading…
Reference in New Issue