mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-03-15 12:21:24 +00:00
15 lines
No EOL
185 B
Lua
15 lines
No EOL
185 B
Lua
max_line_length = 120
|
|
|
|
globals = {
|
|
"minetest",
|
|
"VoxelArea",
|
|
"creatura",
|
|
}
|
|
|
|
read_globals = {
|
|
"vector",
|
|
"ItemStack",
|
|
table = {fields = {"copy"}}
|
|
}
|
|
|
|
ignore = {"212/self", "212/this"} |