mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-15 22:20:17 +01:00
17 lines
175 B
Lua
17 lines
175 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"default",
|
|
"vector",
|
|
"string",
|
|
"table",
|
|
"ItemStack",
|
|
}
|
|
|
|
globals = {
|
|
"craftguide",
|
|
"core",
|
|
}
|