1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 04:30:23 +02:00

combine chimney, roof shingles and roof slopes into roofing.lua

This commit is contained in:
Tim
2015-08-16 19:58:35 +02:00
parent 518d1432f6
commit 7d07e81a8c
4 changed files with 61 additions and 81 deletions

View File

@ -158,18 +158,6 @@ homedecor.register("pole_wrought_iron", {
sounds = default.node_sound_wood_defaults(),
})
homedecor.register("chimney", {
description = "Chimney",
mesh = "homedecor_chimney.obj",
tiles = {
"homedecor_chimney_tb.png",
"default_brick.png"
},
selection_box = homedecor.nodebox.bar_y(0.25),
groups = {cracky=3},
sounds = default.node_sound_stone_defaults()
})
local ft_cbox = {
type = "fixed",
fixed = { -0.5, -0.5, -0.375, 0.5, 0.3125, 0.375 }