mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-11-18 07:50:23 +01:00
b769824d24
All warnings have been fixed as well.
14 lines
279 B
Lua
14 lines
279 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
globals = {
|
|
"minetest", "unified_inventory", "core",
|
|
"player_api", "clothing", "armor", "sfinv",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
}
|