mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-22 01:20:26 +02:00
15 lines
304 B
Lua
15 lines
304 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
"vector", "unified_inventory",
|
|
"smart_inventory", "sfinv",
|
|
|
|
"VoxelArea", "inventory_plus",
|
|
"ItemStack", "minetest",
|
|
}
|