mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
fix sel/coll box on lamp
This commit is contained in:
parent
a574bb8591
commit
960dd57f7b
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user