mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-07 02:30:36 +02:00
Add toolranks in luacheckrc && update to toolranks 1.2 api
This commit is contained in:
@ -11,7 +11,7 @@ read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
"intllib", "VoxelArea",
|
||||
"VoxelArea",
|
||||
"default", "stairsplus",
|
||||
|
||||
"PseudoRandom", "ItemStack",
|
||||
@ -28,6 +28,8 @@ read_globals = {
|
||||
|
||||
"protector", "isprotect",
|
||||
"homedecor_expect_infinite_stacks",
|
||||
|
||||
"toolranks",
|
||||
}
|
||||
|
||||
files["concrete/init.lua"].ignore = { "steel_ingot" }
|
||||
|
Reference in New Issue
Block a user