mirror of
https://github.com/SmallJoker/exchange_shop.git
synced 2024-11-10 20:40:37 +01:00
19 lines
233 B
Lua
19 lines
233 B
Lua
max_line_length = 100
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"dump",
|
|
"VoxelManip", "VoxelArea",
|
|
"PseudoRandom", "ItemStack",
|
|
"AreaStore",
|
|
"default",
|
|
"player_api",
|
|
}
|
|
|
|
globals = {
|
|
"minetest",
|
|
"exchange_shop",
|
|
}
|
|
|
|
ignore = {"212/self"}
|