2023-06-09 19:48:46 +02:00
|
|
|
read_globals = {"minetest", "vector", "VoxelArea", "ItemStack",
|
|
|
|
"table",
|
2024-04-20 20:00:41 +02:00
|
|
|
"unified_inventory", "sfinv", "smart_inventory", "inventory_plus",
|
|
|
|
"dump"
|
2023-06-09 19:48:46 +02:00
|
|
|
}
|
|
|
|
globals = {"worldedit"}
|
|
|
|
-- Ignore these errors until someone decides to fix them
|
2023-06-19 18:24:31 +02:00
|
|
|
ignore = {"212", "213", "411", "412", "421", "422", "431", "432", "631"}
|
2024-04-21 23:54:00 +02:00
|
|
|
|
|
|
|
files["worldedit/test"] = {
|
|
|
|
read_globals = {"testnode1", "testnode2", "testnode3", "area", "check", "place_pattern"},
|
|
|
|
}
|
|
|
|
files["worldedit/test/init.lua"] = {
|
|
|
|
globals = {"testnode1", "testnode2", "testnode3", "area", "check", "place_pattern"},
|
|
|
|
}
|