mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-14 20:01:25 +00:00
21 lines
No EOL
262 B
Lua
21 lines
No EOL
262 B
Lua
max_line_length = 120
|
|
|
|
globals = {
|
|
"minetest",
|
|
"VoxelArea",
|
|
"mob_core",
|
|
"creatura",
|
|
"animalia",
|
|
"farming",
|
|
"mcl_player",
|
|
"player_api",
|
|
"armor"
|
|
}
|
|
|
|
read_globals = {
|
|
"vector",
|
|
"ItemStack",
|
|
table = {fields = {"copy"}}
|
|
}
|
|
|
|
ignore = {"212/self", "212/this"} |