1
0
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:
imre84
2024-04-20 20:00:41 +02:00
committed by GitHub
parent 41d53180b1
commit 883caff58d
4 changed files with 50 additions and 18 deletions

View File

@ -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