mirror of
https://github.com/MinetestForFun/minercantile.git
synced 2024-12-22 15:50:20 +01:00
16 lines
272 B
Lua
16 lines
272 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
globals = {
|
|
"minercantile",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
"minetest", "ItemStack",
|
|
"default", "unified_inventory",
|
|
}
|