mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-29 14:50:45 +02:00
Merge pull request #13 from Novatux/master
Change selection box of frames.
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user