mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-01-12 00:30:22 +01:00
18 lines
216 B
Plaintext
18 lines
216 B
Plaintext
|
unused_args = false
|
||
|
max_line_length = 180
|
||
|
|
||
|
globals = {
|
||
|
"minetest",
|
||
|
"signs_lib",
|
||
|
}
|
||
|
|
||
|
read_globals = {
|
||
|
-- Builtin
|
||
|
table = {fields = {"copy"}},
|
||
|
"ItemStack", "vector",
|
||
|
|
||
|
-- Mod deps
|
||
|
"intllib",
|
||
|
"screwdriver",
|
||
|
}
|