1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 20:50:22 +02:00

use mesh node for filing cabinet

This commit is contained in:
Vanessa Ezekowitz
2015-04-26 22:25:18 -04:00
parent a75c55cfc3
commit 31bc60f055
2 changed files with 60 additions and 14 deletions

View File

@ -273,22 +273,12 @@ homedecor.register("dvd_cd_cabinet", {
homedecor.register("filing_cabinet", {
description = S("Filing Cabinet"),
mesh = "homedecor_filing_cabinet.obj",
tiles = {
'forniture_wood.png',
'homedecor_filing_cabinet_bottom.png',
'forniture_wood.png',
'forniture_wood.png',
'forniture_wood.png',
'homedecor_filing_cabinet_front.png'
"forniture_wood.png",
"homedecor_filing_cabinet_front.png",
"homedecor_filing_cabinet_bottom.png"
},
selection_box = { type = "regular" },
node_box = {
type = "fixed",
fixed = {
{ -8/16, -8/16, -30/64, 8/16, 8/16, 8/16 }, -- main body
{ -7/16, -7/16, -8/16, 7/16, 7/16, 8/16 }, -- drawer
}
},
groups = { snappy = 3 },
sounds = default.node_sound_wood_defaults(),
infotext=S("Filing cabinet"),