mirror of
				https://github.com/minetest-mods/moreblocks.git
				synced 2025-10-31 13:55:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			468 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			468 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| std = "lua51+minetest"
 | |
| unused_args = false
 | |
| allow_defined_top = true
 | |
| max_line_length = 999
 | |
| 
 | |
| stds.minetest = {
 | |
| 	read_globals = {
 | |
| 		"DIR_DELIM",
 | |
| 		"minetest",
 | |
| 		"core",
 | |
| 		"dump",
 | |
| 		"vector",
 | |
| 		"nodeupdate",
 | |
| 		"VoxelManip",
 | |
| 		"VoxelArea",
 | |
| 		"PseudoRandom",
 | |
| 		"ItemStack",
 | |
| 		"default",
 | |
| 		table = {
 | |
| 			fields = {
 | |
| 				"copy",
 | |
| 			},
 | |
| 		},
 | |
| 	}
 | |
| }
 | |
| 
 | |
| read_globals = {
 | |
| 	"intllib",
 | |
| 	"protector",
 | |
| 	"isprotect",
 | |
| 	"IsPlayerNodeOwner",
 | |
| 	"HasOwner",
 | |
| 	"getLastOwner",
 | |
| 	"GetNodeOwnerName",
 | |
| }
 |