mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +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",
|
||||
fixed=nodeboxes,
|
||||
},
|
||||
selection_box = {
|
||||
type="fixed",
|
||||
fixed={-0.5,-0.5,-0.5,0.5,0.5,0.5}
|
||||
},
|
||||
paramtype = "light",
|
||||
frame=1,
|
||||
drop="technic:frame_111111",
|
||||
|
Loading…
Reference in New Issue
Block a user