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

use mesh node for chimney

This commit is contained in:
Vanessa Ezekowitz
2015-04-26 22:52:11 -04:00
parent 31bc60f055
commit 72e58b0158
6 changed files with 75 additions and 12 deletions

View File

@ -117,19 +117,10 @@ end
homedecor.register("chimney", {
description = "Chimney",
mesh = "homedecor_chimney.obj",
tiles = {
"homedecor_chimney_top.png",
"homedecor_chimney_bottom.png",
"homedecor_chimney_sides.png",
},
node_box = {
type = "fixed",
fixed = {
{-0.25, -0.5, -0.25, 0.25, 0.5, -0.1875},
{-0.25, -0.5, 0.1875, 0.25, 0.5, 0.25},
{-0.25, -0.5, -0.25, -0.1875, 0.5, 0.25},
{0.1875, -0.5, -0.25, 0.25, 0.5, 0.25},
}
"homedecor_chimney_tb.png",
"default_brick.png"
},
selection_box = homedecor.nodebox.bar_y(0.25),
groups = {cracky=3},