mirror of
				https://github.com/pyrollo/display_modpack.git
				synced 2025-10-31 14:25:24 +01:00 
			
		
		
		
	* luacheck, mt 5 translation, german translation, maintenance * fix luacheck warnings * Fix digital clock nodebox and texture * Fix luacheck usage * Add comment why fonts are not split into several lines
		
			
				
	
	
		
			19 lines
		
	
	
		
			206 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			206 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| 
 | |
| read_globals = {
 | |
| 	"minetest",
 | |
| 	"table",
 | |
| 	"vector",
 | |
| 	"default"
 | |
| }
 | |
| 
 | |
| globals = {
 | |
| 	"boards",
 | |
| 	"display_api",
 | |
| 	"font_api",
 | |
| 	"ontime_clocks",
 | |
| 	"signs",
 | |
| 	"signs_api",
 | |
| 	"signs_road",
 | |
| 	"steles"
 | |
| } |