digilines/.luacheckrc
SmallJoker 5ab9274739 Fix pipeworks pulling from the wrong chest slot
This removes workarounds related to inv callbacks which were later fixed by the engine.
In addition, pipeworks does (for years) provide the item index, thus such workarounds
were removed too and replaced by using the arguments provided.

Fixes an item duplication when using a pipeworks injector to pull from a digiline chest.
2025-06-21 20:47:48 +02:00

26 lines
262 B
Lua

unused_args = false
max_line_length = 111
read_globals = {
"dump",
"core",
"minetest",
"vector",
"ItemStack",
"VoxelArea",
"default",
"pipeworks",
"screwdriver",
}
globals = {
"digilines",
"tubelib",
"tubelib2",
"mcl_sounds",
"mcl_formspec"
}