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:
@ -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
|
||||
|
Reference in New Issue
Block a user