forked from minetest-mods/mesecons
Merge pull request #69 from khonkhortisan/master
Keep vertical wire base from self-intersecting
This commit is contained in:
commit
a5a4f2b65c
|
@ -10,8 +10,8 @@ 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}}
|
||||
fixed = {{ -.5, -.5 , -.5, .5, -.5+1/16, .5},
|
||||
{-1/16, -.5+1/16, -1/16, 1/16, .5 , 1/16}}
|
||||
}
|
||||
|
||||
local vrules =
|
||||
|
|
Loading…
Reference in New Issue
Block a user