forked from mtcontrib/homedecor_modpack
abstract common nodebox forms, fixing some ignored ones in the process
This commit is contained in:
@ -43,12 +43,7 @@ for i in ipairs(armchairs_list) do
|
||||
{0.3125, 0, -0.5, 0.5, 0.25, 0.3125},
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
|
||||
}
|
||||
},
|
||||
selection_box = { type = "regular" },
|
||||
|
||||
on_rightclick = function(pos, node, clicker)
|
||||
if not clicker:is_player() then
|
||||
|
Reference in New Issue
Block a user