1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-13 11:30:19 +02:00

add collision boxes

This commit is contained in:
Vanessa Ezekowitz
2015-04-07 17:28:28 -04:00
parent 9a32904b97
commit 17e872e31e
3 changed files with 15 additions and 14 deletions

View File

@ -26,8 +26,6 @@ for i in ipairs(armchairs_list) do
paramtype2 = "facedir",
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3},
sounds = default.node_sound_wood_defaults(),
selection_box = { type = "regular" },
on_rightclick = function(pos, node, clicker)
if not clicker:is_player() then
return