mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-10-31 15:45:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			176 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			176 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| -- Minetest mod: keys
 | |
| local keys_path = minetest.get_modpath("keys")
 | |
| 
 | |
| dofile(keys_path.."/craftitems.lua")
 | |
| dofile(keys_path.."/crafting.lua")
 | |
| dofile(keys_path.."/aliases.lua")
 |