mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-06-28 14:16:18 +02:00
Make //lua work with expressions as well (#243)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
read_globals = {"minetest", "vector", "VoxelArea", "ItemStack",
|
||||
"table",
|
||||
"unified_inventory", "sfinv", "smart_inventory", "inventory_plus"
|
||||
"unified_inventory", "sfinv", "smart_inventory", "inventory_plus",
|
||||
"dump"
|
||||
}
|
||||
globals = {"worldedit"}
|
||||
-- Ignore these errors until someone decides to fix them
|
||||
|
Reference in New Issue
Block a user