19 lines
193 B
Lua
19 lines
193 B
Lua
unused_args = false -- Allow them
|
|
max_line_length = 999
|
|
|
|
globals = {
|
|
-- None
|
|
}
|
|
|
|
read_globals = {
|
|
"ItemStack",
|
|
|
|
"core",
|
|
"minetest",
|
|
|
|
"default",
|
|
"hopper",
|
|
"mcl_formspec",
|
|
"mcl_sounds",
|
|
}
|