2023-02-01 22:44:42 -06:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
max_line_length = false
|
|
|
|
|
|
|
|
exclude_files = {
|
|
|
|
'./scripts',
|
|
|
|
'./bin',
|
|
|
|
'./logs',
|
|
|
|
'./node_modules',
|
|
|
|
'./sounds',
|
|
|
|
'./textures',
|
|
|
|
'./models',
|
|
|
|
'./docs',
|
|
|
|
'./locale',
|
|
|
|
'./types',
|
2023-02-15 15:40:37 -06:00
|
|
|
'./schematics',
|
|
|
|
'./assets',
|
2023-02-01 22:44:42 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
globals = {
|
2023-03-18 11:08:01 -05:00
|
|
|
'Everness',
|
|
|
|
minetest = {
|
|
|
|
fields = {
|
|
|
|
"handle_node_drops"
|
|
|
|
}
|
|
|
|
}
|
2023-02-01 22:44:42 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
"DIR_DELIM", "INIT",
|
|
|
|
|
|
|
|
"minetest", "core",
|
|
|
|
"dump", "dump2",
|
|
|
|
|
|
|
|
"Raycast",
|
|
|
|
"Settings",
|
|
|
|
"PseudoRandom",
|
|
|
|
"PerlinNoise",
|
|
|
|
"VoxelManip",
|
|
|
|
"SecureRandom",
|
|
|
|
"VoxelArea",
|
|
|
|
"PerlinNoiseMap",
|
|
|
|
"PcgRandom",
|
|
|
|
"ItemStack",
|
|
|
|
"AreaStore",
|
|
|
|
"unpack",
|
|
|
|
|
|
|
|
"vector",
|
|
|
|
|
|
|
|
table = {
|
|
|
|
fields = {
|
|
|
|
"copy",
|
|
|
|
"indexof",
|
|
|
|
"insert_all",
|
|
|
|
"key_value_swap",
|
|
|
|
"shuffle",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
string = {
|
|
|
|
fields = {
|
|
|
|
"split",
|
|
|
|
"trim",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
math = {
|
|
|
|
fields = {
|
|
|
|
"hypot",
|
|
|
|
"sign",
|
|
|
|
"factorial",
|
|
|
|
"round",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"default",
|
|
|
|
"stairs",
|
|
|
|
"walls",
|
|
|
|
"doors",
|
|
|
|
"xpanes",
|
2023-02-23 08:05:29 -06:00
|
|
|
"XTumbleweed",
|
2023-03-01 11:21:37 -06:00
|
|
|
"x_obsidianmese",
|
2023-03-01 15:28:59 -06:00
|
|
|
"x_farming",
|
2023-03-01 15:42:10 -06:00
|
|
|
"x_clay",
|
2023-03-29 14:35:48 -05:00
|
|
|
"mcl_fences",
|
|
|
|
"mcl_walls",
|
|
|
|
"mcl_stairs",
|
|
|
|
"mcl_core",
|
|
|
|
"mcl_util",
|
2023-03-30 12:11:00 -05:00
|
|
|
"mcl_doors",
|
2023-02-01 22:44:42 -06:00
|
|
|
}
|