mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2025-07-03 08:30:45 +02:00
Small line-to-long style fix and update .luacheckrc
This commit is contained in:
11
.luacheckrc
11
.luacheckrc
@ -1,5 +1,5 @@
|
||||
read_globals = {
|
||||
"dump", "vector", "minetest",
|
||||
"dump", "vector",
|
||||
"table", "math", "PseudoRandom", "VoxelArea",
|
||||
"stairs", "stairsplus", "skins", "treecapitator",
|
||||
default = {
|
||||
@ -10,6 +10,15 @@ read_globals = {
|
||||
}
|
||||
},
|
||||
other_fields = true
|
||||
},
|
||||
minetest = {
|
||||
fields = {
|
||||
registered_nodes = {
|
||||
read_only = false,
|
||||
other_fields = true
|
||||
}
|
||||
},
|
||||
other_fields = true
|
||||
}
|
||||
}
|
||||
globals = {"snow"}
|
||||
|
Reference in New Issue
Block a user