mirror of
				https://github.com/mt-mods/xcompat.git
				synced 2025-11-04 10:05:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			252 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			252 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
globals = {
 | 
						|
	"minetest",
 | 
						|
	"xcompat",
 | 
						|
}
 | 
						|
 | 
						|
read_globals = {
 | 
						|
	"default",
 | 
						|
	"mcl_sounds",
 | 
						|
	"ks_sounds",
 | 
						|
	"nodes_nature",
 | 
						|
	"fl_stone",
 | 
						|
	"fl_topsoil",
 | 
						|
	"fl_trees",
 | 
						|
	"hades_sounds",
 | 
						|
	"rp_sounds",
 | 
						|
	"mtt",
 | 
						|
	"sounds",
 | 
						|
	"player_api",
 | 
						|
	"mcl_player",
 | 
						|
	"fl_player",
 | 
						|
}
 |