mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-07-15 14:50:25 +02:00
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.
This commit is contained in:
16
.luacheckrc
16
.luacheckrc
@ -1,13 +1,19 @@
|
||||
unused_args = false
|
||||
max_line_length = 111
|
||||
|
||||
read_globals = {
|
||||
"vector",
|
||||
"screwdriver",
|
||||
"dump",
|
||||
|
||||
"core",
|
||||
"minetest",
|
||||
"vector",
|
||||
"ItemStack",
|
||||
"VoxelArea",
|
||||
|
||||
"default",
|
||||
"pipeworks",
|
||||
"dump",
|
||||
"VoxelArea",
|
||||
"ItemStack",
|
||||
"screwdriver",
|
||||
|
||||
}
|
||||
|
||||
globals = {
|
||||
|
Reference in New Issue
Block a user