16 lines
159 B
Lua
16 lines
159 B
Lua
unused_args = false
|
|
|
|
ignore = {
|
|
"631" -- Line is too long
|
|
}
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"ItemStack",
|
|
"techage",
|
|
"default",
|
|
}
|
|
|
|
globals = {
|
|
"ta_apiary"
|
|
} |