Add glass door on Grandfather Clock

This commit is contained in:
kilbith
2015-04-06 16:55:56 +02:00
parent 817d3ec6de
commit a0b0211427
3 changed files with 299 additions and 267 deletions

View File

@@ -77,15 +77,17 @@ homedecor.register("grandfather_clock", {
description = "Grandfather Clock",
mesh = "homedecor_grandfather_clock.obj",
tiles = {
"homedecor_grandfather_clock_wood.png",
"homedecor_tile_brass2.png",
"default_glass.png",
"homedecor_grandfather_clock_face.png",
"homedecor_grandfather_clock_face_edge.png"
"homedecor_grandfather_clock_wood.png",
"homedecor_grandfather_clock_face_edge.png",
"homedecor_tile_brass2.png"
},
inventory_image = "homedecor_grandfather_clock_inv.png",
groups = { snappy = 3 },
selection_box = gf_cbox,
collision_box = gf_cbox,
sounds = default.node_sound_wood_defaults(),
expand = { top="air" },
})