Add the game

This commit is contained in:
a-bad-dev 2025-12-06 11:37:08 -04:00
commit 38caa29558
863 changed files with 36331 additions and 0 deletions

13
mods/wield3d/.luacheckrc Normal file
View file

@ -0,0 +1,13 @@
allow_defined_top = true
max_line_length = 80
read_globals = {
"vector",
table = {fields = {"getn"}},
"core",
"minetest",
}
globals = {
}