15 lines
198 B
Lua
15 lines
198 B
Lua
allow_defined_top = true
|
|
unused_args = false
|
|
max_line_length = false
|
|
|
|
read_globals = {
|
|
"mcl_sounds",
|
|
"ItemStack",
|
|
"vector",
|
|
"default",
|
|
"mcl_core"
|
|
}
|
|
|
|
globals = {
|
|
"minetest"
|
|
}
|