mirror of
https://github.com/minetest-mods/i3.git
synced 2024-11-13 06:10:21 +01:00
18 lines
185 B
Lua
18 lines
185 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"default",
|
|
"armor",
|
|
"vector",
|
|
"string",
|
|
"table",
|
|
"ItemStack",
|
|
}
|
|
|
|
globals = {
|
|
"craftguide",
|
|
"core",
|
|
}
|