mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-11-09 11:40:23 +01:00
15 lines
298 B
Lua
15 lines
298 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"}},
|
|
"hand_monoid",
|
|
}
|