Update 0.6.3

This commit is contained in:
ElCeejo 2023-12-28 21:28:05 -08:00
parent 8954aa3493
commit 20c55da709
42 changed files with 1423 additions and 693 deletions

20
.luacheckrc Normal file
View file

@ -0,0 +1,20 @@
max_line_length = 120
globals = {
"minetest",
"VoxelArea",
"mob_core",
"creatura",
"animalia",
"farming",
"mcl_player",
"player_api"
}
read_globals = {
"vector",
"ItemStack",
table = {fields = {"copy"}}
}
ignore = {"212/self", "212/this"}