mirror of
https://github.com/t-affeldt/lighting_monoids.git
synced 2025-07-16 07:20:35 +02:00
initial commit
This commit is contained in:
41
.luacheckrc
Normal file
41
.luacheckrc
Normal file
@ -0,0 +1,41 @@
|
||||
|
||||
std = "luajit+minetest+monoids"
|
||||
ignore = { "212" }
|
||||
|
||||
files[".luacheckrc"].std = "min+luacheck"
|
||||
|
||||
stds.luacheck = {}
|
||||
stds.luacheck.globals = {
|
||||
"files",
|
||||
"ignore",
|
||||
"std",
|
||||
"stds"
|
||||
}
|
||||
|
||||
stds.minetest = {}
|
||||
stds.minetest.read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest",
|
||||
"dump",
|
||||
"vector",
|
||||
"VoxelManip",
|
||||
"VoxelArea",
|
||||
"PseudoRandom",
|
||||
"PcgRandom",
|
||||
"ItemStack",
|
||||
"Settings",
|
||||
"unpack",
|
||||
"assert",
|
||||
"S",
|
||||
table = { fields = { "copy", "indexof" } },
|
||||
math = { fields = { "sign" } }
|
||||
}
|
||||
|
||||
stds.monoids = {}
|
||||
stds.monoids.globals = {
|
||||
"lighting_monoids",
|
||||
"weather"
|
||||
}
|
||||
stds.monoids.read_globals = {
|
||||
"player_monoids"
|
||||
}
|
Reference in New Issue
Block a user