Updated Libri, Fixed Horse riding visuals

This commit is contained in:
ElCeejo 2022-08-27 20:15:57 -07:00
parent 8a34dce37c
commit e4af546bdc
45 changed files with 1370 additions and 1282 deletions

15
.luacheckrc Normal file
View file

@ -0,0 +1,15 @@
max_line_length = 120
globals = {
"minetest",
"animalia",
"creatura",
}
read_globals = {
"vector",
"ItemStack",
table = {fields = {"copy"}}
}
ignore = {"212/self", "212/this"}