1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 14:20:22 +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

@ -80,7 +80,7 @@ homedecor.register("4_bottles_multi", {
selection_box = fbottle_cbox
})
local wine_cbox = homedecor.nodebox.slab_z(0.25)
local wine_cbox = homedecor.nodebox.slab_z(-0.75)
homedecor.register("wine_rack", {
description = "Wine Rack",
mesh = "homedecor_wine_rack.obj",