forked from minetest-mods/mesecons
Fix battery nodebox
This commit is contained in:
parent
70841d8c8e
commit
e8155f5c6e
|
@ -9,9 +9,9 @@ for i = 1, 5 do
|
|||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.499, -0.499, -0.499, -0.4, 0.499, 0.499},
|
||||
{ 0.499, -0.499, -0.499, 0.4, 0.499, 0.499},
|
||||
{ 0.4, -0.499, -0.499, 0.499, 0.499, 0.499},
|
||||
{-0.499, -0.499, -0.499, 0.499, 0.499, -0.4 },
|
||||
{-0.499, -0.499, 0.499, 0.499, 0.499, 0.4 },
|
||||
{-0.499, -0.499, 0.4, 0.499, 0.499, 0.499 },
|
||||
{-0.4 , -0.5 , -0.4 , 0.4 , 1*(i/5)-0.5, 0.4}}
|
||||
},
|
||||
|
||||
|
@ -36,9 +36,9 @@ for i = 1, 5 do
|
|||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.499, -0.499, -0.499, -0.4, 0.499, 0.499},
|
||||
{ 0.499, -0.499, -0.499, 0.4, 0.499, 0.499},
|
||||
{ 0.4, -0.499, -0.499, 0.499, 0.499, 0.499},
|
||||
{-0.499, -0.499, -0.499, 0.499, 0.499, -0.4 },
|
||||
{-0.499, -0.499, 0.499, 0.499, 0.499, 0.4 },
|
||||
{-0.499, -0.499, 0.4, 0.499, 0.499, 0.499 },
|
||||
{-0.4 , -0.5 , -0.4 , 0.4 , 1*(i/5)-0.5, 0.4}}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user