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:
@ -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(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user