mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-16 15:20:39 +02:00
Fix deprecated field 'hud_elem_type' and limit line length
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user