espelhamento de
https://github.com/minetest-mods/digilines.git
sincronizado 2025-10-17 17:55:21 +02:00
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.
26 linhas
262 B
Lua
26 linhas
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"
|
|
}
|