forked from Mirrorlandia_minetest/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 = {
|
local bbox = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {{ -.5, -.5 , -.5, .5, -.5+1/16, .5},
|
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 =
|
local vrules =
|
||||||
|
Loading…
Reference in New Issue
Block a user