38 lines
488 B
Plaintext
Raw Permalink Normal View History

2020-06-01 07:32:12 -04:00
read_globals = {
"DIR_DELIM",
"minetest", "core",
"dump", "dump2",
"vector",
"VoxelManip", "VoxelArea",
2020-06-01 18:22:08 -04:00
"PseudoRandom", "PcgRandom", "PerlinNoiseMap",
2020-06-01 07:32:12 -04:00
"ItemStack",
"Settings",
"unpack",
table = {
fields = {
"copy",
"indexof",
"insert_all",
"key_value_swap",
}
},
string = {
fields = {
"split",
"trim",
}
},
math = {
fields = {
"hypot",
"sign",
"factorial"
}
},
}
2020-06-10 20:10:15 -04:00
files["init.lua"] = {
globals = {
"cartographer",
}
};