mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-11-18 16:00:23 +01:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
|
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"}},
|
||
|
}
|