mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-05 06:53:44 +01:00
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 = {
|
||||
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