forked from minetest-mods/technic
Merge pull request #13 from Novatux/master
Change selection box of frames.
This commit is contained in:
commit
fb6111a3f6
|
@ -97,6 +97,10 @@ local nodeboxes= {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed=nodeboxes,
|
fixed=nodeboxes,
|
||||||
},
|
},
|
||||||
|
selection_box = {
|
||||||
|
type="fixed",
|
||||||
|
fixed={-0.5,-0.5,-0.5,0.5,0.5,0.5}
|
||||||
|
},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
frame=1,
|
frame=1,
|
||||||
drop="technic:frame_111111",
|
drop="technic:frame_111111",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user