Add .luacheckrc and fix issues it pointed out (#589)

This commit is contained in:
Jude Melton-Houghton
2022-02-12 14:12:12 -05:00
committed by GitHub
parent c9dd323207
commit fb255d292e
30 changed files with 141 additions and 136 deletions

View File

@ -47,7 +47,7 @@ mesecon.register_node("mesecons_receiver:receiver", {
walkable = false,
on_rotate = false,
selection_box = {
type = "fixed",
type = "fixed",
fixed = { -3/16, -8/16, -8/16, 3/16, 3/16, 8/16 }
},
node_box = {
@ -96,7 +96,7 @@ mesecon.register_node("mesecons_receiver:receiver_up", {
walkable = false,
on_rotate = false,
selection_box = {
type = "fixed",
type = "fixed",
fixed = up_rcvboxes
},
node_box = {
@ -141,7 +141,7 @@ mesecon.register_node("mesecons_receiver:receiver_down", {
walkable = false,
on_rotate = false,
selection_box = {
type = "fixed",
type = "fixed",
fixed = down_rcvboxes
},
node_box = {