mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-15 12:21:24 +00:00
20 lines
No EOL
252 B
Lua
20 lines
No EOL
252 B
Lua
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"} |