1
0
의 미러 https://github.com/Splizard/minetest-mod-snow.git synced 2025-12-30 15:35:27 +01:00

Add a luacheckrc and fix errors reported by luacheck

* stairs is now added to depends.txt
* The mapgen perlin noise functions use a buffer now
This commit is contained in:
HybridDog
2021-01-30 17:33:59 +01:00
부모 76981af958
커밋 e8a15bf467
10개의 변경된 파일90개의 추가작업 그리고 61개의 파일을 삭제

16
.luacheckrc Normal file
파일 보기

@@ -0,0 +1,16 @@
read_globals = {
"dump", "vector", "minetest",
"table", "math", "PseudoRandom", "VoxelArea",
"stairs", "stairsplus", "skins", "treecapitator",
default = {
fields = {
player_attached = {
read_only = false,
other_fields = true
}
},
other_fields = true
}
}
globals = {"snow"}
-- ignore = {"421", "423"}