mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-06-28 14:16:11 +02:00
remove dep on default and make game agnostic
This commit is contained in:
31
.luacheckrc
31
.luacheckrc
@ -1,30 +1,7 @@
|
||||
std = "lua51+minetest"
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 999
|
||||
|
||||
stds.minetest = {
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest",
|
||||
"core",
|
||||
"dump",
|
||||
"vector",
|
||||
"nodeupdate",
|
||||
"VoxelManip",
|
||||
"VoxelArea",
|
||||
"PseudoRandom",
|
||||
"ItemStack",
|
||||
"default",
|
||||
table = {
|
||||
fields = {
|
||||
"copy",
|
||||
},
|
||||
},
|
||||
}
|
||||
globals = {
|
||||
"minetest", "basic_materials",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
"default",
|
||||
"moreores",
|
||||
}
|
||||
"default",
|
||||
}
|
Reference in New Issue
Block a user