1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 04:10:18 +02:00

fix slab_z nodebox direction inconsistencies

This commit is contained in:
Tim
2015-08-19 15:06:53 +02:00
parent 7d07e81a8c
commit 7d087815c8
3 changed files with 15 additions and 3 deletions

View File

@ -249,7 +249,7 @@ homedecor.register("dvd_cd_cabinet", {
"homedecor_dvdcd_cabinet_front.png",
"homedecor_dvdcd_cabinet_back.png"
},
selection_box = homedecor.nodebox.slab_z(0.5),
selection_box = homedecor.nodebox.slab_z(-0.5),
groups = {choppy=2,oddly_breakable_by_hand=2},
sounds = default.node_sound_wood_defaults(),
})