2017-12-19 21:31:34 -08:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
|
2019-07-05 23:22:22 +10:00
|
|
|
globals = {
|
|
|
|
"nether"
|
|
|
|
}
|
|
|
|
|
2017-12-19 21:31:34 -08:00
|
|
|
read_globals = {
|
|
|
|
"core",
|
|
|
|
"default",
|
|
|
|
"DIR_DELIM",
|
|
|
|
"dump",
|
2020-01-08 21:31:10 +11:00
|
|
|
"dungeon_loot",
|
2017-12-19 21:31:34 -08:00
|
|
|
"intllib",
|
|
|
|
"ItemStack",
|
2020-01-08 21:31:10 +11:00
|
|
|
"loot",
|
|
|
|
"math.hypot",
|
|
|
|
"mesecon",
|
2017-12-19 21:31:34 -08:00
|
|
|
"minetest",
|
|
|
|
"nodeupdate",
|
2020-01-08 21:31:10 +11:00
|
|
|
"PcgRandom",
|
2017-12-19 21:31:34 -08:00
|
|
|
"PseudoRandom",
|
|
|
|
"stairs",
|
|
|
|
"stairsplus",
|
|
|
|
table = { fields = { "copy", "getn" } },
|
|
|
|
"vector",
|
|
|
|
"VoxelArea",
|
|
|
|
"VoxelManip",
|
|
|
|
}
|
|
|
|
|