forked from mtcontrib/technic_armor
		
	* register armor using `armor:register_armor` (fixes #4) * improve code readability * make `technic_worldgen` optional * add screenshot * update readme and mod.conf * remove integration test (unnecessary for a simple mod) * remove other unnecessary files
		
			
				
	
	
		
			5 lines
		
	
	
		
			37 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			37 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| globals = {
 | |
| 	"armor",
 | |
| 	"minetest",
 | |
| }
 |