Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
19
mods/pipeworks/.luacheckrc
Normal file
19
mods/pipeworks/.luacheckrc
Normal file
|
@ -0,0 +1,19 @@
|
|||
unused_args = false
|
||||
max_line_length= 240
|
||||
redefined = false
|
||||
std = "minetest+max"
|
||||
|
||||
globals = {
|
||||
"pipeworks",
|
||||
"luaentity"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- luanti (TODO: remove after lunarmodules/luacheck releases a version with proper luanti support)
|
||||
"core",
|
||||
-- mods
|
||||
"default", "mesecon", "digilines",
|
||||
"screwdriver", "unified_inventory",
|
||||
"i3", "mcl_experience", "awards",
|
||||
"xcompat", "fakelib", "vizlib"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue