forked from mtcontrib/homedecor_modpack
fix wrong "kitchen" chair selection box
This commit is contained in:
parent
b08c0905c0
commit
bb808a944c
@ -34,15 +34,7 @@ end
|
|||||||
|
|
||||||
local kc_cbox = {
|
local kc_cbox = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = { -0.3125, -0.5, -0.3125, 0.3125, 0.5, 0.3125 },
|
fixed = { -0.3125, -0.3125, -0.5, 0.3125, 0.3125, 0.5 },
|
||||||
}
|
|
||||||
|
|
||||||
local ac_cbox = {
|
|
||||||
type = "fixed",
|
|
||||||
fixed = {
|
|
||||||
{-0.5, -0.5, -0.5, 0.5, 0, 0.5 },
|
|
||||||
{-0.5, -0.5, 0.4, 0.5, 0.5, 0.5 }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
homedecor.register("kitchen_chair_wood", {
|
homedecor.register("kitchen_chair_wood", {
|
||||||
@ -92,6 +84,14 @@ homedecor.register("kitchen_chair_padded", {
|
|||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
local ac_cbox = {
|
||||||
|
type = "fixed",
|
||||||
|
fixed = {
|
||||||
|
{-0.5, -0.5, -0.5, 0.5, 0, 0.5 },
|
||||||
|
{-0.5, -0.5, 0.4, 0.5, 0.5, 0.5 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
homedecor.register("armchair", {
|
homedecor.register("armchair", {
|
||||||
description = S("Armchair"),
|
description = S("Armchair"),
|
||||||
mesh = "forniture_armchair.obj",
|
mesh = "forniture_armchair.obj",
|
||||||
|
Loading…
Reference in New Issue
Block a user