mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
Change selection_box of frames so it is easier to select them.
This commit is contained in:
parent
69d36f0a6b
commit
3a52153cd7
@ -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