mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 15:20:23 +02:00
Fix luacheck warning
This commit is contained in:
@ -43,6 +43,10 @@ files["mesecons/spec/fixtures/voxelmanip.lua"] = {
|
||||
globals = {"minetest.get_voxel_manip"},
|
||||
}
|
||||
|
||||
files["mesecons_fpga/spec/fixtures/screwdriver.lua"] = {
|
||||
globals = {"screwdriver"},
|
||||
}
|
||||
|
||||
files["mesecons_fpga/spec/fixtures/mesecons_fpga.lua"] = {
|
||||
globals = {"minetest.register_on_player_receive_fields"},
|
||||
}
|
||||
|
Reference in New Issue
Block a user