forked from minetest-mods/mesecons
Keep vertical wire base from self-intersecting
on the bottom.
This commit is contained in:
parent
baba7de063
commit
c23295409b
|
@ -11,7 +11,7 @@ local tbox = {
|
|||
local bbox = {
|
||||
type = "fixed",
|
||||
fixed = {{ -.5, -.5 , -.5, .5, -.5+1/16, .5},
|
||||
{-1/16, -.5, -1/16, 1/16, .5 , 1/16}}
|
||||
{-1/16, -.5+1/16, -1/16, 1/16, .5 , 1/16}}
|
||||
}
|
||||
|
||||
local vrules =
|
||||
|
|
Loading…
Reference in New Issue
Block a user