mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-11-14 22:50:18 +01:00
9 lines
347 B
Plaintext
9 lines
347 B
Plaintext
|
read_globals = {"minetest", "vector", "VoxelArea", "ItemStack",
|
||
|
"table",
|
||
|
"unified_inventory", "sfinv", "smart_inventory", "inventory_plus"
|
||
|
}
|
||
|
globals = {"worldedit"}
|
||
|
-- Ignore these errors until someone decides to fix them
|
||
|
ignore = {"113", "211", "212", "213", "311", "312", "411", "412", "421", "422",
|
||
|
"431", "432", "611", "614", "621", "631"}
|