mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-06 02:10:20 +01:00
Fix luacheck warning
This commit is contained in:
parent
6cecec7612
commit
6a2b5a678d
|
@ -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"},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user