Add GitHub workflow and luacheck (#545)

Add badge to README
Fix luacheck warnings
Remove node_ownership globals (and support)
This commit is contained in:
David Leal
2020-06-12 13:39:00 -05:00
committed by GitHub
parent befe3ecc86
commit a8daa417c4
31 changed files with 115 additions and 80 deletions

View File

@ -72,7 +72,6 @@ else
end
end
local shape = {}
local onesize_products = {
slope = 2,
slope_edge = 1,

View File

@ -237,7 +237,7 @@ technic_cnc.programs = {
type = "fixed",
fixed = {
{ 4/16, -8/16, 4/16, 8/16, 8/16, 8/16 },
{ 0, -8/16, 0, 4/16, 8/16, 8/16 },
{ 0, -8/16, 0, 4/16, 8/16, 8/16 },
{ -4/16, -8/16, -4/16, 0, 8/16, 8/16 },
{ -8/16, -8/16, -8/16, -4/16, 8/16, 8/16 }
}
@ -257,7 +257,7 @@ technic_cnc.programs = {
}
}
},
}
-- Allow disabling certain programs for some node. Default is allowing all types for all nodes