forked from nalc/homedecor_modpack
get rid of some useless comments
This commit is contained in:
parent
2f68d17cf7
commit
3cc4d57b0e
|
@ -99,12 +99,12 @@ if minetest.get_modpath("moreblocks") then
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.5, -0.5, -0.1875, 0.5, 0.5, 0.1875}, -- NodeBox1
|
{-0.5, -0.5, -0.1875, 0.5, 0.5, 0.1875},
|
||||||
{-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5}, -- NodeBox2
|
{-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5},
|
||||||
{0.4375, -0.5, -0.5, 0.5, 0.5, 0.5}, -- NodeBox3
|
{0.4375, -0.5, -0.5, 0.5, 0.5, 0.5},
|
||||||
{-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5}, -- NodeBox4
|
{-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5},
|
||||||
{-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}, -- NodeBox5
|
{-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5},
|
||||||
{-0.5, -0.0625, -0.5, 0.5, 0.0625, 0.5}, -- NodeBox6
|
{-0.5, -0.0625, -0.5, 0.5, 0.0625, 0.5},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user