mirror of
https://github.com/minetest-mods/hbsprint.git
synced 2024-11-15 23:30:20 +01:00
20 lines
304 B
Lua
20 lines
304 B
Lua
allow_defined_top = true
|
|
unused_args = false
|
|
max_line_length = false
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
"player_monoids",
|
|
"playerphysics",
|
|
"hb",
|
|
"vector",
|
|
"hunger_ng",
|
|
}
|
|
|
|
globals = {
|
|
"minetest",
|
|
"hbhunger"
|
|
}
|