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

26
mods/xcompat/.luacheckrc Normal file
View file

@ -0,0 +1,26 @@
globals = {
"minetest",
"core",
"xcompat",
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
"default",
"mcl_sounds",
"ks_sounds",
"nodes_nature",
"fl_stone",
"fl_topsoil",
"fl_trees",
"hades_sounds",
"rp_sounds",
"mtt",
"sounds",
"player_api",
"mcl_player",
"fl_player",
"stairs",
}