ExchangeClone/.luacheckrc

88 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-10-04 02:08:07 +02:00
read_globals = {
"DIR_DELIM", "INIT",
"minetest", "core",
"dump", "dump2",
"mcl_weather",
"mesecon",
"mcl_worlds",
"mcl_sounds",
"mcl_burning",
"mcl_util",
"mcl_formspec",
2023-11-28 00:02:12 +01:00
"mcl_copper",
2023-10-04 02:08:07 +02:00
"mcl_item_id",
"mcl_enchanting",
"mcl_hunger",
"mcl_stairs",
"mcl_playerinfo",
"playerphysics",
"mcl_armor",
"armor",
"mcl_enchanting",
"mcl_damage",
"mcl_autogroup",
"mcl_experience",
"mcl_mobs",
"mcl_craftguide",
"awards",
"mcl_particles",
"screwdriver",
"mcl_crafting_table",
2023-10-07 17:26:21 +02:00
"mcl_enchantments",
2024-02-16 22:44:08 +01:00
"stamina",
2023-11-20 01:01:56 +01:00
2023-11-13 02:30:16 +01:00
"technic",
2023-11-20 01:01:56 +01:00
"hopper",
"pipeworks",
2023-10-04 02:08:07 +02:00
"Raycast",
"Settings",
"PseudoRandom",
"PerlinNoise",
"VoxelManip",
"SecureRandom",
"VoxelArea",
"PerlinNoiseMap",
"PcgRandom",
"ItemStack",
"AreaStore",
"vector",
table = {
fields = {
"copy",
"indexof",
"insert_all",
"key_value_swap",
"shuffle",
}
},
string = {
fields = {
"split",
"trim",
}
},
math = {
fields = {
"hypot",
"sign",
"factorial"
}
},
}
globals = {
"why",
"default",
"mcl_buckets",
"bucket",
"mcl_vars",
"mcl_potions",
"mcl_bamboo",
"exchangeclone",
}