mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-21 01:00:28 +02:00
invsaw
This commit is contained in:
30
invsaw/.luacheckrc
Normal file
30
invsaw/.luacheckrc
Normal file
@ -0,0 +1,30 @@
|
||||
std = "lua51+luajit+minetest+invsaw"
|
||||
unused_args = false
|
||||
max_line_length = 120
|
||||
|
||||
stds.minetest = {
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest",
|
||||
"core",
|
||||
"dump",
|
||||
"vector",
|
||||
"nodeupdate",
|
||||
"VoxelManip",
|
||||
"VoxelArea",
|
||||
"PseudoRandom",
|
||||
"ItemStack",
|
||||
"default",
|
||||
"table",
|
||||
}
|
||||
}
|
||||
|
||||
stds.moreblocks = {
|
||||
globals = {
|
||||
"invsaw",
|
||||
},
|
||||
read_globals = {
|
||||
"stairsplus",
|
||||
"unified_inventory",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user