add .luacheckrc and gh action

This commit is contained in:
BuckarooBanzay
2020-08-31 15:50:33 +02:00
parent 9fda51b650
commit 537e756091
6 changed files with 59 additions and 11 deletions

View File

@ -50,8 +50,8 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
if not groups then
groups = {}
end
local groups_off = table.copy(groups)
local groups_on = table.copy(groups)
groups_off = table.copy(groups)
groups_on = table.copy(groups)
groups_on.not_in_creative_inventory = 1
mesecon.register_node(basename, {