mirror of
				https://github.com/mt-mods/moretrees.git
				synced 2025-10-31 05:45:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			368 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			368 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| allow_defined_top = true
 | |
| 
 | |
| exclude_files = {".luacheckrc"}
 | |
| 
 | |
| 
 | |
| globals = {
 | |
| 	"minetest",
 | |
| 	"vector",
 | |
| 	"VoxelManip",
 | |
| 	"VoxelArea",
 | |
| 	"PseudoRandom",
 | |
| 	"ItemStack",
 | |
| 	"default",
 | |
| 	"dump",
 | |
| 	"moretrees",
 | |
| 	"ethereal",
 | |
| }
 | |
| 
 | |
| read_globals = {
 | |
| 	string = {fields = {"split"}},
 | |
|     table = {fields = {"copy", "getn"}},
 | |
| 
 | |
| 	"stairsplus",
 | |
| 	"stairs",
 | |
| 	"doors",
 | |
| 	"xcompat",
 | |
| }
 |