mirror of
https://github.com/fluxionary/minetest-book_runner.git
synced 2025-09-22 10:26:45 -04:00
initial
This commit is contained in:
commit
d14fb5f0fe
10 changed files with 867 additions and 0 deletions
37
.luacheckrc
Normal file
37
.luacheckrc
Normal file
|
@ -0,0 +1,37 @@
|
|||
std = "lua51+luajit+minetest+book_runner"
|
||||
unused_args = false
|
||||
max_line_length = 120
|
||||
|
||||
stds.minetest = {
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"core",
|
||||
"dump",
|
||||
"vector",
|
||||
"nodeupdate",
|
||||
"VoxelManip",
|
||||
"VoxelArea",
|
||||
"PseudoRandom",
|
||||
"ItemStack",
|
||||
"default",
|
||||
"table",
|
||||
"math",
|
||||
"string",
|
||||
|
||||
minetest = {
|
||||
fields = {
|
||||
chat_send_player = {read_only = false},
|
||||
},
|
||||
other_fields = true,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
stds.book_runner = {
|
||||
globals = {
|
||||
"book_runner",
|
||||
},
|
||||
read_globals = {
|
||||
"futil",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue