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 = {
|
||||
type = "fixed",
|
||||
fixed = { -0.3125, -0.5, -0.3125, 0.3125, 0.5, 0.3125 },
|
||||
}
|
||||
|
||||
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 }
|
||||
}
|
||||
fixed = { -0.3125, -0.3125, -0.5, 0.3125, 0.3125, 0.5 },
|
||||
}
|
||||
|
||||
homedecor.register("kitchen_chair_wood", {
|
||||
@ -92,6 +84,14 @@ homedecor.register("kitchen_chair_padded", {
|
||||
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", {
|
||||
description = S("Armchair"),
|
||||
mesh = "forniture_armchair.obj",
|
||||
|
Loading…
Reference in New Issue
Block a user