mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 20:45:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			319 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			319 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| allow_defined_top = true
 | |
| max_comment_line_length = 999
 | |
| 
 | |
| read_globals = {
 | |
| 	"DIR_DELIM",
 | |
| 	"minetest", "core",
 | |
| 	"unpack",
 | |
| 	"dump",
 | |
| 	table = { fields = { "copy", "getn" } },
 | |
| 	"vector", "nodeupdate",
 | |
| 	"VoxelManip", "VoxelArea",
 | |
| 	"PseudoRandom", "ItemStack",
 | |
| 	"default",
 | |
| 	"screwdriver",
 | |
| }
 | |
| 
 | |
| globals = {
 | |
| }
 | |
| 
 |