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

Switch Deck Chair to mesh

This commit is contained in:
jp
2015-04-09 15:00:29 +02:00
committed by Vanessa Ezekowitz
parent f003f4e6b2
commit ba1167871f
10 changed files with 391 additions and 63 deletions

View File

@ -407,6 +407,7 @@ homedecor.register("bottle_"..b, {
mesh = "homedecor_bottle.obj",
sunlight_propagates = true,
groups = {snappy=3},
sounds = default.node_sound_glass_defaults(),
collision_box = bottle_cbox,
selection_box = bottle_cbox
})
@ -420,6 +421,7 @@ homedecor.register("4_bottles_"..b, {
mesh = "homedecor_4_bottles.obj",
sunlight_propagates = true,
groups = {snappy=3},
sounds = default.node_sound_glass_defaults(),
collision_box = fbottle_cbox,
selection_box = fbottle_cbox
})
@ -433,6 +435,7 @@ homedecor.register("4_bottles_multi", {
mesh = "homedecor_4_bottles_multi.obj",
sunlight_propagates = true,
groups = {snappy=3},
sounds = default.node_sound_glass_defaults(),
collision_box = fbottle_cbox,
selection_box = fbottle_cbox
})