init; changed lang to DE

This commit is contained in:
Rainer 2026-02-12 13:28:37 +01:00
commit 4f7f039e18
24 changed files with 1304 additions and 0 deletions

57
.luacheckrc Normal file
View file

@ -0,0 +1,57 @@
globals = {
"mailbox"
}
read_globals = {
"DIR_DELIM",
"INIT",
"minetest",
"core",
"dump",
"dump2",
"Raycast",
"Settings",
"PseudoRandom",
"PerlinNoise",
"VoxelManip",
"SecureRandom",
"VoxelArea",
"PerlinNoiseMap",
"PcgRandom",
"ItemStack",
"AreaStore",
"vector",
"default",
"pipeworks",
"xcompat",
"screwdriver",
table = {
fields = {
"copy",
"indexof",
"insert_all",
"key_value_swap",
"shuffle",
}
},
string = {
fields = {
"split",
"trim",
}
},
math = {
fields = {
"hypot",
"sign",
"factorial"
}
},
}