tenplus1 a58be58676 update translation (thanks Niklp)
* backported from notabug but the real PR was deleted
  cos tenplus1 need to be narcissist, petty
  backported commit 3ca3d656cb94836973814fc1ba49ab435319fcea
  from 3ca3d656cb
* backported the fix missing FS
  commit 33c78e87d0f73a32777bc855ff7db59f3c0989bf
  from 33c78e87d0
2024-03-30 02:36:06 -04:00

26 lines
347 B
Lua

unused_args = false
read_globals = {
"minetest",
"lucky_block",
"vector",
"table",
"invisibility",
"cmi",
"toolranks",
"pathfinder",
"tnt",
"ItemStack"
}
globals = {
"mobs",
"player_api",
"default"
}
ignore = {
"431", -- Shadowing an upvalue
"432", -- Shadowing an upvalue argument
}