mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-05 01:05:05 +00:00
Tweak anvil middle
This commit is contained in:
parent
f1057c0542
commit
449fc046dd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ local anvildef = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-8/16, 2/16, -5/16, 8/16, 8/16, 5/16}, -- top
|
{-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
|
{-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
|
{-8/16, -8/16, -5/16, 8/16, -4/16, 5/16}, -- base
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue