forked from minetest-mods/mesecons
Keep vertical wire base from self-intersecting
on the bottom.
This commit is contained in:
parent
baba7de063
commit
c23295409b
|
@ -10,8 +10,8 @@ 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