add mesecons mods
This commit is contained in:
parent
71a53fbef8
commit
9861939223
721 changed files with 19937 additions and 1 deletions
9
mods/moremesecons/.luacheckrc
Normal file
9
mods/moremesecons/.luacheckrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
read_globals = {
|
||||
-- Defined by Minetest
|
||||
"minetest", "vector", "PseudoRandom", "VoxelArea", "table",
|
||||
|
||||
-- Mods
|
||||
"digiline", "default", "creative",
|
||||
}
|
||||
globals = {"moremesecons", "mesecon"}
|
||||
ignore = {"212", "631", "422", "432"}
|
Loading…
Add table
Add a link
Reference in a new issue