mirror of
https://github.com/minetest-mods/i3.git
synced 2024-11-16 07:40:21 +01:00
20 lines
206 B
Lua
20 lines
206 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"default",
|
|
"armor",
|
|
"skins",
|
|
"awards",
|
|
"vector",
|
|
"string",
|
|
"table",
|
|
"ItemStack",
|
|
}
|
|
|
|
globals = {
|
|
"craftguide",
|
|
"core",
|
|
}
|