1
0
mirror of https://github.com/MinetestForFun/irc_modpack.git synced 2025-07-16 14:50:31 +02:00

Update whole modpack to 'master' branch

'master' branch from @minetest-mods.
This commit is contained in:
Panquesito7
2019-09-23 19:18:24 -05:00
parent 371e956de8
commit c5720217d7
24 changed files with 1015 additions and 488 deletions

14
irc/.luacheckrc Normal file
View File

@ -0,0 +1,14 @@
allow_defined_top = true
read_globals = {
"minetest",
}
exclude_files = {
"irc/*",
}
globals = {
"irc",
}