mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-09-22 19:26:47 -04:00
Updated Libri, Fixed Horse riding visuals
This commit is contained in:
parent
8a34dce37c
commit
e4af546bdc
45 changed files with 1370 additions and 1282 deletions
15
.luacheckrc
Normal file
15
.luacheckrc
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue