1
0
mirror of https://github.com/mt-mods/basic_signs.git synced 2025-07-16 15:20:44 +02:00

remove broken recipes + maintenance (#5)

This commit is contained in:
Niklp
2023-07-11 21:16:37 +02:00
committed by GitHub
parent 6f4f80bdc6
commit 3f0ffe0b52
5 changed files with 62 additions and 103 deletions

9
.luacheckrc Normal file
View File

@ -0,0 +1,9 @@
read_globals = {
"minetest",
"signs_lib",
"default"
}
globals = {
"basic_signs"
}