forked from nalc/homedecor_modpack
Update furniture.lua - wardrobe part
Visually identic, pile of useless nodeboxes removed.
This commit is contained in:
parent
03902e5392
commit
bd6d361933
|
@ -375,14 +375,9 @@ minetest.register_node("homedecor:wardrobe_top", {
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.5, 0.4375, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox1
|
{-0.5, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox1
|
||||||
{-0.5, -0.5, -0.4375, -0.4375, 0.5, 0.5}, -- NodeBox2
|
{0.0625, -0.4375, -0.5, 0.4375, 0.4375, -0.4375}, -- NodeBox2
|
||||||
{0.4375, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox3
|
{-0.4375, -0.4375, -0.5, -0.0625, 0.4375, -0.4375}, -- NodeBox3
|
||||||
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox4
|
|
||||||
{-0.0625, -0.4375, -0.4375, 0.0625, 0.4375, -0.375}, -- NodeBox6
|
|
||||||
{0.0625, -0.4375, -0.5, 0.4375, 0.4375, -0.4375}, -- NodeBox10
|
|
||||||
{-0.5, -0.5, -0.4375, 0.5, -0.4375, 0.5}, -- NodeBox11
|
|
||||||
{-0.4375, -0.4375, -0.5, -0.0625, 0.4375, -0.4375}, -- NodeBox12
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
@ -409,16 +404,10 @@ minetest.register_node("homedecor:wardrobe_bottom", {
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.5, -0.5, -0.4375, -0.4375, 0.5, 0.5}, -- NodeBox1
|
{-0.5, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox1
|
||||||
{0.4375, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox2
|
{-0.4375, -0.375, -0.5, 0.4375, -0.125, -0.4375}, -- NodeBox2
|
||||||
{-0.5, -0.5, -0.4375, 0.5, -0.375, -0.375}, -- NodeBox3
|
{-0.4375, -0.0625, -0.5, 0.4375, 0.1875, -0.4375}, -- NodeBox3
|
||||||
{-0.4375, -0.375, -0.5, 0.4375, -0.125, -0.4375}, -- NodeBox4
|
{-0.4375, 0.25, -0.5, 0.4375, 0.5, -0.4375}, -- NodeBox4
|
||||||
{-0.4375, -0.125, -0.4375, 0.4375, -0.0625, -0.375}, -- NodeBox12
|
|
||||||
{-0.4375, -0.0625, -0.5, 0.4375, 0.1875, -0.4375}, -- NodeBox13
|
|
||||||
{-0.5, 0.1875, -0.4375, 0.5, 0.25, -0.375}, -- NodeBox14
|
|
||||||
{-0.4375, 0.25, -0.5, 0.4375, 0.5, -0.4375}, -- NodeBox15
|
|
||||||
{-0.5, 0.4375, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox16
|
|
||||||
{-0.5, -0.5, 0.4375, 0.5, 0.4375, 0.5}, -- NodeBox17
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user