mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-09-22 19:26:47 -04:00
Update 0.6.3
This commit is contained in:
parent
8954aa3493
commit
20c55da709
42 changed files with 1423 additions and 693 deletions
20
.luacheckrc
Normal file
20
.luacheckrc
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue