mirror of
				https://github.com/minetest-mods/craftguide.git
				synced 2025-10-26 19:05:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			189 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			189 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| allow_defined_top = true
 | |
| 
 | |
| read_globals = {
 | |
| 	"minetest",
 | |
| 	"default",
 | |
| 	"sfinv",
 | |
| 	"sfinv_buttons",
 | |
| 	"vector",
 | |
| 	"string",
 | |
| 	"table",
 | |
| }
 | |
| 
 | |
| globals = {
 | |
| 	"craftguide",
 | |
| 	"core",
 | |
| }
 |