mirror of
https://github.com/minetest-mods/nether.git
synced 2024-11-15 23:10:37 +01:00
d0ce9dd633
Changes to reduce formatting warnings will be committed separately
31 lines
381 B
Lua
31 lines
381 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"nether"
|
|
}
|
|
|
|
read_globals = {
|
|
"core",
|
|
"default",
|
|
"DIR_DELIM",
|
|
"dump",
|
|
"dungeon_loot",
|
|
"intllib",
|
|
"ItemStack",
|
|
"loot",
|
|
"math.hypot",
|
|
"mesecon",
|
|
"minetest",
|
|
"nodeupdate",
|
|
"PcgRandom",
|
|
"PseudoRandom",
|
|
"stairs",
|
|
"stairsplus",
|
|
table = { fields = { "copy", "getn" } },
|
|
"vector",
|
|
"VoxelArea",
|
|
"VoxelManip",
|
|
}
|
|
|