Fix alot of warnings

This commit is contained in:
Panquesito7
2020-04-26 20:43:32 -05:00
parent 1037e050f2
commit caad7d4e05
28 changed files with 46 additions and 71 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