forked from minetest-mods/technic
		
	use basic_materials mod where possible.
This commit is contained in:
		
				
					committed by
					
						
						Ekdohibs
					
				
			
			
				
	
			
			
			
						parent
						
							f702a6597b
						
					
				
				
					commit
					44cb8df048
				
			@@ -19,7 +19,7 @@ minetest.register_craft({
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = 'technic:copper_locked_chest 1',
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{'default:steel_ingot'},
 | 
			
		||||
		{'basic_materials:padlock'},
 | 
			
		||||
		{'technic:copper_chest'},
 | 
			
		||||
	}
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user