forked from mtcontrib/homedecor_modpack
abstract common nodebox forms, fixing some ignored ones in the process
This commit is contained in:
@@ -60,10 +60,7 @@ homedecor.register_inner_corner = function(modname, subname, groups, slope_image
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
walkable = true,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}
|
||||
},
|
||||
selection_box = { type = "regular" },
|
||||
collision_box = icorner_cbox,
|
||||
groups = groups,
|
||||
on_place = minetest.rotate_node
|
||||
|
||||
Reference in New Issue
Block a user