mirror of
				https://github.com/Uberi/Minetest-WorldEdit.git
				synced 2025-10-31 12:55:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			306 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			306 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| read_globals = {"minetest", "vector", "VoxelArea", "ItemStack",
 | |
| 	"table",
 | |
| 	"unified_inventory", "sfinv", "smart_inventory", "inventory_plus",
 | |
| 	"dump"
 | |
| }
 | |
| globals = {"worldedit"}
 | |
| -- Ignore these errors until someone decides to fix them
 | |
| ignore = {"212", "213", "411", "412", "421", "422", "431", "432", "631"}
 |