forked from minetest-mods/nether
a6d1f55f0a
Co-authored-by: Treer <treer.git@gmail.com>
39 lines
513 B
Lua
39 lines
513 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"bucket",
|
|
"nether"
|
|
}
|
|
|
|
read_globals = {
|
|
"climate_api",
|
|
"core",
|
|
"default",
|
|
"DIR_DELIM",
|
|
"dump",
|
|
"dungeon_loot",
|
|
"intllib",
|
|
"ItemStack",
|
|
"loot",
|
|
"doc",
|
|
"math.hypot",
|
|
"mesecon",
|
|
"minetest",
|
|
"nodeupdate",
|
|
"PcgRandom",
|
|
"PseudoRandom",
|
|
"stairs",
|
|
"stairsplus",
|
|
"string.split",
|
|
table = { fields = { "copy", "getn" } },
|
|
"technic",
|
|
"toolranks",
|
|
"vector",
|
|
"VoxelArea",
|
|
"VoxelManip",
|
|
"walls",
|
|
xpanes = { fields = { "register_pane" } },
|
|
}
|
|
|