fix sel/coll box on lamp

This commit is contained in:
Vanessa Ezekowitz 2015-04-28 12:31:03 -04:00
parent a574bb8591
commit 960dd57f7b
1 changed files with 2 additions and 2 deletions

View File

@ -284,8 +284,8 @@ homedecor.register("oil_lamp_tabletop", {
mesh = "homedecor_oil_lamp_tabletop.obj",
tiles = {"homedecor_oil_lamp_tabletop.png"},
inventory_image = "homedecor_oil_lamp_tabletop_inv.png",
selection_box = cl_cbox,
collision_box = cl_cbox,
selection_box = ol_cbox,
collision_box = ol_cbox,
groups = { snappy = 3 },
light_source = LIGHT_MAX-3,
sounds = default.node_sound_glass_defaults(),