Fix deprecated field 'hud_elem_type' and limit line length

This commit is contained in:
SmallJoker
2025-06-15 15:28:18 +02:00
parent 240e6cc68a
commit dd17b6ce17
3 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
unused_args = false
allow_defined_top = true
max_line_length = 999
max_line_length = 131
globals = {
"unified_inventory",
@ -11,8 +11,9 @@ read_globals = {
table = {fields = {"copy", "getn"}},
"dump",
"minetest", "vector",
"core", "minetest",
"ItemStack", "datastorage",
"vector",
"hb",
"doors",